Skip to main content
GET
Get subscription plan
Returns the current subscription tier and status for the organization the calling cb_live_ token belongs to. Useful for gating features in your UI. The plan field returns the plan key: free, pro (the Growth plan), team, or enterprise.

Examples

Gate a paid-only feature

Block requests if subscription lapsed

Caching

Plan changes propagate on subscription create/update/delete events. Safe to cache for ~60 seconds.

Authorizations

Authorization
string
header
required

A cb_live_ API token, created in the panel under API Tokens.

Response

Successful Response

The organization's subscription plan and status.

plan
string
required

Plan key: free, pro, team, or enterprise.

status
string
required

Subscription status, e.g. active or past_due.