v1
latestOpenAPI 3.0.1MIT2026-07-134925112.4 KBList Invoices
Returns a list of invoices for the organization.
get/v1/organizations/{organizationSlug}/invoices
Path parameters
organizationSlugstring required
The slug of the organization or user account.
Query parameters
type'all' | 'upcoming' | 'issued'
The type of invoice to retrieve.
Response
Successful response
Example response
{
"invoices": [
{
"invoice_number": "LFONTK-00001",
"amount_due": "10.29",
"due_date": "2024-01-01T05:00:00+00:00",
"paid_at": "2024-01-01T05:00:00+00:00",
"payment_failed_at": "2024-01-01T05:00:00+00:00",
"invoice_pdf": "https://assets.withorb.com/invoice/..."
}
]
}