Skip to main content
GET
List invoices ready to send
Default limit is 10 — a request with no parameters silently returns only the first ten records. Always pass limit/offset when syncing or reconciling. See API conventions.

Authorizations

Authorization
string
header
required

Your API key, sent in the Authorization header: Authorization: YOUR_API_KEY. A Bearer prefix is also accepted (Authorization: Bearer YOUR_API_KEY). Keys are created in the Upwell dashboard (Account → API keys) and are scoped to one organization.

Query Parameters

limit
integer
default:10

Maximum number of invoices to return

offset
integer
default:0

Number of invoices to skip for pagination

Response

List of invoices ready to send

invoices
Invoices · object[]

Array of invoices ready to send

invoicesAggregate
InvoicesAggregate · object

Aggregate information about the query results