List invoices
Get a paginated list of invoices with optional filtering
Query parameters
Number of items to return
Specifies the cursor after which to start returning results. For the first page, this should be left empty. For subsequent pages, use the value of the end_cursor field from the previous response.
Specifies the cursor before which to return results. Use this to paginate backwards. For example, to load the previous page, provide the value of the start_cursor field from the last response.
Filter by creation date start (RFC3339 format)
Filter by creation date end (RFC3339 format)
Filter by due date start (RFC3339 format)
Filter by due date end (RFC3339 format)
Filter by customer ID
Filter by invoice number
Filter by invoice status
Response
OK
Example response
{
"end_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH",
"has_next_page": true,
"start_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.