Skip to main content
GET
List Invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:10
Required range: 1 <= x <= 50
starting_after
string | null
invoice_type
string | null

Cookies

session
String

Response

Successful Response

invoices
InvoiceListItem · object[]
required
has_more
boolean
required
next_cursor
string | null
required