Account
Billing history
Retrieves billing history for your Bytio account. You can use this endpoint to retrieve payment reciepts and monthly invoices.
GET
Authorizations
Query Parameters
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
The page of results to return.
Required range:
1 < x < 1000
The number of billing history entries to return per-page between 1 and 100. The default is 10.
Required range:
1 < x < 100