Skip to main content
GET
/
subscriptions
/
active
Check subscription active
curl --request GET \
  --url https://app.usechar.ai/api/subscriptions/active \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Response

OK

True if the organization has an active subscription, false otherwise