Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Path Parameters
The unique external identifier of the customer
Query Parameters
Filter by subscription ID.
"SUB_1752779018503"
Response
Returns the current usage for the specified customer.
Date and time in ISO 8601 format. Starting date of billing period, in the ISO 8601 datetime format in Universal Time (UTC).
"2022-07-01T00:00:00Z"
Date and time in ISO 8601 format. Ending date of the billing period, in the ISO 8601 datetime format in Universal Time (UTC).
"2022-07-31T23:59:59Z"
The date of creation of the invoice. Date in ISO 8601 format (YYYY-MM-DD).
"2023-10-01"
The total amount for the current usage period, including all charges and taxes.
{ "value": 55, "currency_code": "USD" }
The total amount of taxes applied to the current usage period.
{ "value": 5, "currency_code": "USD" }
Array of charges that comprise the current usage. It contains detailed information about individual charge items associated with the usage.
Unique invoice Id.
"1a901a90-1a90-1a90-1a90-1a901a901a90"