API Reference · Invoices
List invoices
Returns a cursor-paginated list of invoices.
GET
/v1/invoicesFilter by status or customer. Sorted by `created` descending.
Returnslist of invoice objects
Query parameters
limitintegerdefault: 10Max results.
Constraints: 1 <= limit <= 100
starting_afterstringCursor for the next page.
ending_beforestringCursor for the previous page.
customerstringFilter to invoices for a single customer id.
statusstringFilter by status.
Allowed values: DRAFT OPEN PAID VOID UNCOLLECTIBLE