Current Subscription
Returns the current subscription details for the organization.
get/v1/organizations/{organizationSlug}/subscription
Path parameters
organizationSlugstring required
The slug of the organization or user account.
Response
Successful response
Example response
{
"subscription": {
"name": "scaler",
"plan": "scaler",
"timeline": "monthly"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.