Retrieve a list of invoices
Retrieve a paginated list of invoices for your organization.
This endpoint uses cursor-based pagination via Link headers. See Pagination for details.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Query Parameters
The cursor query string is used as the pivot value to filter results. If no value is provided, the first page of results will be returned. To get this value, you must encode the offset, reverse and position into a base64 string.
There are 3 possible parameters to encode:
o: Offsetr: Reversep: Position
For example, r=1&p=300 encoded as a base64 string would be cj0xJnA9MzAw. The query string would then be cursor=cj0xJnA9MzAw.
"cj0xJnA9MzAw"
The size of the page to fetch. Defaults to 100, max 500.
1 <= x <= 500Response
OK
Retrieve invoices