Common Use Cases
- Display a paginated invoice list in your dashboard
- Run financial or compliance reports
- Fetch invoices for a specific contact or period
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter invoices by status (e.g., draft, sent, paid, void)
Filter invoices by contact/customer
Start of invoice issue date range (ISO 8601 format)
End of invoice issue date range (ISO 8601 format)
Response
200 - application/json
List of invoices