List invoices
Returns a cursor-paginated list of invoices for the environment the API key belongs to, most recent first. Use the optional filters to narrow the result, and follow next_url to page through the rest.
Autorizaciones
API key sent as a bearer token in the Authorization header.
Parámetros de consulta
Maximum number of invoices to return (1–100). Maximum number of invoices to return (1-100).
1 <= x <= 10025
Opaque cursor: return invoices after this invoice id. Cursor: return invoices after this invoice id.
"inv_clx123abc456"
Filter to invoices for this external customer id (exact).
"cus_9aZ"
Filter to invoices with this recipient email (exact, case-insensitive).
"cliente@example.com"
Respuesta
A cursor-paginated page of invoices.
A cursor-paginated page of invoices.
Whether more invoices exist beyond this page.
true
Cursor to pass back as starting_after for the next page, or null on the last page.
"inv_clx123abc456"
Relative path to the next page, preserving the current filters, or null on the last page.
"/v1/invoices?limit=25&starting_after=inv_clx123abc456"