List Invoices
List invoices for your business. Optionally filter by person, user, source, status, type, or invoice date range. Filters can be combined; all are optional.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Query Parameters
Only include invoices for this person (e.g. the contractor the invoice pays). Matches the personId field on the invoice.
Only include invoices belonging to this user
Filter by invoice origin, e.g. only contractor-submitted invoices (CONTRACTOR_SUBMITTED) or invoices auto-created from payroll (PAYROLL)
SYSTEM, USER, REIMBURSEMENT, PAYROLL, CONTRACTOR_SUBMITTED Filter by invoice status (case-insensitive), e.g. Pending, Processing, Paid, Partially Paid, Overdue, Cancelled
Filter by invoice type
MANUAL, PAYROLL, CONTRACTOR Only include invoices with an invoice date on or after this date
Only include invoices with an invoice date on or before this date
Maximum number of invoices to return per page (default 20)
Opaque pagination cursor from the previous page's node.next. Omit to start from the first page.