List Invoices (V2)
GET/api/xero/v2/invoices
Paginated list of Xero invoices (ACCREC type) with advanced filtering via Spatie QueryBuilder + GroupedFilterSupport.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Authentication: Requires Bearer token.
Sort options: id, xero_uuid, InvoiceNumber, Status, Date, DueDate, Total, AmountDue, AmountPaid, ContactName, CurrencyCode, updated_at, created_at. Default: -updated_at
Filterable columns:
- Text: xero_uuid, InvoiceNumber, Reference, Status, sync_status, CurrencyCode, ContactID, ContactName, last_error, has_error (boolean-like), has_sku_link (boolean-like), sku_reference
- Numeric: id, Total, SubTotal, TotalTax, AmountDue, AmountPaid, AmountCredited
- Date (millis): Date, DueDate, FullyPaidOnDate, UpdatedDateUTC
Each row includes: at_id, at_reference, at_type, sku_link_type, sku_link_id (flattened from accountingTransaction relation)
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.