Get the invoices or sales receipts list

Endpoint to get the invoices and sales receipts list

Important limitation:

Swagger UI does not correctly serialize nested query parameters with brackets when using the “Try it out” feature. As a result, requests built through the Swagger interface may not match the expected format and may return incorrect results.

To use advanced filters reliably, construct the URL manually or use an external HTTP client (Postman, Insomnia, curl, etc.).

The API fully supports bracket-based query syntax; this limitation applies only to Swagger UI presentation, not to the API behavior.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
query[documentType]
array of strings
Defaults to INVOICE,CORRECTIVE,TEST_INVOICE
query[documentType]
query[status]
array of strings
Defaults to DRAFT,ISSUED,VOID,CORRECTED,REPLACED

Allowed values:

  • DRAFT
  • ISSUED
  • VOID
  • CORRECTED: The invoice has been corrected with another invoice (a corrective invoice)
  • REPLACED: The simplified invoice has been replaced with a standard invoice
query[status]
string

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string
number
boolean
string
string
boolean

When this parameter is not provided, or is false, only invoices prior to the Verifactu regulation are returned. If true, then only Verifactu type invoices are returned

string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
number
0 to 100
Defaults to 10
number
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json