List Invoices

This endpoint retrieves a paginated list of invoices that belong to the authenticated provider. You can filter the invoices by status, issue date, payer, and more.

Query Params
string
enum

Filter invoices by their status

Allowed:
string

Filter by the payer's slug.

date

Retrieve invoices issued on or after this date (format: YYYY-MM-DD).

date

Retrieve invoices issued on or before this date (format: YYYY-MM-DD).

int32
Defaults to 0

The page number (default is 0).

int32
Defaults to 15

The number of records per page (default is 15),

Responses

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