Skip to main content
GET
Export billing history

Authorizations

Authorization
string
header
required

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

Query Parameters

Search invoice number, description, or payment status.

Maximum string length: 255
sort
enum<string>
default:payment-date

Billing history sort field.

Available options:
payment-date,
invoice-number,
description,
total-amount,
payment-status
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

Billing history CSV returned.

The response is of type string.

Last modified on July 20, 2026