API Reference · Invoices

List invoices

Returns a cursor-paginated list of invoices.

GET/v1/invoices

Filter by status or customer. Sorted by `created` descending.

Query parameters

limitintegerdefault: 10

Max results.

Constraints: 1 <= limit <= 100

starting_afterstring

Cursor for the next page.

ending_beforestring

Cursor for the previous page.

customerstring

Filter to invoices for a single customer id.

statusstring

Filter by status.

Allowed values: DRAFT OPEN PAID VOID UNCOLLECTIBLE