Subscriptions
Retrieve subscription lifetime usage
This endpoint allows you to retrieve the total lifetime usage of a subscription.
GET
/
subscriptions
/
{external_id}
/
lifetime_usage
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
external_id
string
requiredExternal ID of the existing subscription
Response
200 - application/json
lifetime_usage
object
requiredWas this page helpful?