Invoices
Get a paginated list of invoices with optional filtering
Authorizations
OAuth2applicationRequired
Token URL:
Query parameters
limitintegerOptional
Number of items to return
afterstringOptional
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.
beforestringOptional
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.
created_at_startstringOptional
Filter by creation date start (RFC3339 format)
created_at_endstringOptional
Filter by creation date end (RFC3339 format)
due_date_startstringOptional
Filter by due date start (RFC3339 format)
due_date_endstringOptional
Filter by due date end (RFC3339 format)
customer_idstringOptional
Filter by customer ID
statusstring · enumOptionalPossible values:
Filter by invoice status
Responses
200
OK
application/json
400
Bad Request
application/json
get
/invoicesLast updated
Was this helpful?
