GET
/
account
/
billinghistory

Authorizations

X-API-KEY
string
headerrequired

Query Parameters

filter
enum<string>

The type of billing history entries to retrieve.

all to retrieve all billing history entries. invoice to retrieve only monthly invoices. payment to retrieve only payments (account balance top ups).

Available options:
all,
invoice,
payment
page
integer
default: 1

The page of results to return.

count
integer
default: 10

The number of billing history entries to return per-page between 1 and 100. The default is 10.

Response

200 - application/json
status
enum<string>
Available options:
ok
pagination
object
billing_histories
object[]