These docs are for v1.0. Click to read the latest docs for v2.0.

List all invoices

This endpoint returns a list of invoices corresponding to the filter provided.Please refer to the filters page to learn how to correctly build the filter parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Invoices are paginated, this is the current page which will be returned. The page index is starting at 1.

integer

Invoices are paginated. By default, you get 20 invoices by page. You can specify another number of invoices by page.

string

You can choose to filter invoices on a specific attributes (status, date, deadline, amount, etc).

Please refer to the filters page to learn how to correctly build the filter parameter.

For instance, you can select the invoices that have the status late_status by using the following filter: [{"field": "status", "operator": "scope", "value": "late_status"}].

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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