Billing
Transaction History
Get paginated list of invoices and payment history.
GET
GET
Response
boolean
true on a successful request.array
Array of transaction objects, each containing
id, amount, currency, status (paid/open/void), invoice_url, and created_at.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Transaction list