Invoice
Invoice List Api
Lists invoices with optional filtering.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by invoice status (e.g., 'draft', 'sent', 'paid')
Filter by customer UUID
Number of results to return per page
Number of results to skip
Response
200 - application/json
List of invoices retrieved successfully
The response is of type object
.