Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orgs.sh/v1/billing/subscription \ --header 'Authorization: Bearer <token>'
{ "plan": "<string>", "status": "<string>" }
Returns the authenticated account subscription state.
Use Authorization: Bearer <token>. The token can be a legacy Orgs API key or a platform-minted JWT.
Authorization: Bearer <token>
Subscription state.