latestOpenAPI 3.0.12026-08-15235298999.1 KB
ffc7fffa0d5c
Subscriptions
Get usage charge
Retrieves a single usage charge belonging to the account's usage subscription.
get/subscriptions/{subscriptionId}/charges/{id}
Path parameters
subscriptionIdstring required
The unique identifier of the usage subscription
idstring uuid required
The unique identifier of the usage charge
Response
When request is successful. Returns a 'Charge' object.
Example response
{
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"quantity": 1,
"createdDate": "2022-04-23T14:00:00Z",
"updatedDate": "2022-04-23T14:00:00Z",
"occurredDate": "2022-04-23T14:00:00Z"
}