List invoices

View as Markdown

Returns a paginated list of invoices. Supports optional customer_id, and status filters.

Authentication

AuthorizationBearer
API key obtained from the Afternoon dashboard

Query parameters

limitstringOptionalDefaults to 50
cursorstringOptional
customer_idstringOptional
statusenumOptional
Filter by invoice status
Allowed values:

Response

Invoices list
successboolean
invoiceslist of objects
paginationobject
request_idstring

Errors

401
Unauthorized Error
500
Internal Server Error