Get all invoices
Invoices
Get All Invoices
Retrieve a list of invoices with optional filters like status, date range, or contact ID.
GET
Get all invoices
This endpoint fetches all invoices that belong to your organization. You can apply filters to narrow the results based on status, associated contact, time period, or internal tags.
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