GET
/
v1
/
billing
/
subscription
Get subscription
curl --request GET \
  --url https://api.orgs.sh/v1/billing/subscription \
  --header 'Authorization: Bearer <token>'
{
  "plan": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token>. The token can be a legacy Orgs API key or a platform-minted JWT.

Response

Subscription state.

plan
string
status
string