List invoices

Retrieve a list of all your invoices, optionally filtered by year or by invoice reference.

The results are paginated.

Access with

Organization access token with invoices.read

OAuth access with invoices.read

Query Params
string | null

Filter for an invoice with a specific invoice reference, for example 2024.10000.

string | null

Filter for invoices of a specific year, for example 2024.

string | null

Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.

integer | null
1 to 250
Defaults to 50

The maximum number of items to return. Defaults to 50 items.

string

Used for setting the direction of the result set. Defaults to descending order, meaning the results are ordered from newest to oldest.

Possible values: asc desc

Responses

Language
Credentials
LoadingLoadingโ€ฆ
Response
Choose an example:
application/hal+json