Retrieves the current billing period usage information for a specific customer
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
The unique external identifier of the customer
Filter by subscription ID. The subscription external unique identifier supplied by client. Must contain only alphanumeric characters, underscores, and hyphens.
"SUB_1752779018503"
Returns the current usage for the specified customer.
Starting date of billing period, in the ISO 8601 datetime format in Universal Time (UTC).
"2022-07-01T00:00:00Z"
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.
"2022-08-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"