API reference/Invoices
List invoices
Returns a paginated list of invoices. Read-only: invoices are raised in the app, not through the public API. Money fields are decimal strings, not numbers.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Query Parameters
pageintegerPage number
Default:
1limitintegerItems per page (max 100)
Default:
20Maximum: 100searchstringSearch term
statusstringExact status match, e.g. draft, sent, paid.
Paginated list of invoices