Skip to main content
GET
List billing transactions

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:25

Maximum number of invoices to return.

Required range: 1 <= x <= 100
starting_after
string | null

Stripe invoice ID cursor for pagination.

Maximum string length: 255

Response

Successful Response

Response schema for the organization's invoice history.

invoices
InvoiceReadSchema · object[]
required

The invoices, newest first.