v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscriptions
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"
}