Skip to main content
GET
Invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

Response

Issued invoices, newest first.

id
string
required

Opaque invoice id.

status
string
required

Invoice state, e.g. "paid", "open", "void".

totalUsd
number
required

Invoice total in USD.

periodStart
string<date-time>
required

Start of the billing period the invoice covers.

periodEnd
string<date-time>
required

End of the billing period the invoice covers.

createdAt
string<date-time>
required
hostedUrl
string | null
required

Hosted invoice page, when one is available.