v1
latestOpenAPI 3.0.1MIT2026-07-134925112.4 KBCurrent 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"
}
}