Invoice
Get all invoices
GET
Get all invoices
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Query Parameters
The search query.
Maximum string length:
255Filter by status.
Available options:
draft, success, sent, waiting, error, cancelled Filter by archived status.
Filter by draft status.
Filter by cancelled status.
Filter records from this date (inclusive, YYYY-MM-DD).
Filter records up to this date (inclusive, YYYY-MM-DD).
The field to sort by.
Available options:
created_at, issue_date, document_number, amount_payable The sort direction (asc or desc).
Available options:
asc, desc The number of items per page.
Required range:
1 <= x <= 100