List invoices for the workspace.
List invoices for the workspace.
Returns a paginated list of invoices, most recent first, each with its embedded contact and inline line items. Filter by status, contact (uuid) and issue-date range.
GET
List invoices for the workspace.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Filter by invoice status: draft, sent, partial, paid, void or overdue.
Filter to invoices for a single contact, by the contact's uuid.
Only invoices with issue_date on or after this date (YYYY-MM-DD).
Only invoices with issue_date on or before this date (YYYY-MM-DD).
Items per page (alias: limit). Default 25, max 100.

