Subscriptions
Get Subscription
Retrieves details about a specific subscription on the account.
get/v1/subscriptions/{id}
Path parameters
idstring uuid required
Subscription ID
Response
OK. Returns the subscription.
Example response
{
"id": "8e8cf611-d74c-4a2f-8b61-754b22328fbb",
"licenseTotal": 100,
"licensesUsed": 50,
"start": "2024-08-08T22:21:48.612Z",
"end": "2024-08-08T22:21:48.612Z",
"renewal": "2024-08-08T22:21:48.612Z"
}