GET
/
account
/
billinghistory

Authorizations

X-API-KEY
string
header
required

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.

Required range: 1 < x < 1000
count
integer
default:
10

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

Required range: 1 < x < 100

Response

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