Skip to main content

Plan and subscription status

GET /v1/billing

Plan and subscription status

Credential. An API key (jean_live_…) or a dashboard session token.

curl --fail-with-body "https://api-833252724876.us-central1.run.app/v1/billing" \
-H "Authorization: Bearer $JEAN_API_KEY"

Response · 200

{
"org_id": "org_k3j2h4g5f6d7s8a9q0w1",
"plan": "free",
"plan_source": "manual",
"subscribed": true,
"plans_for_sale": [
"dev",
"team"
]
}

Errors

StatusMeaning
401Unauthenticated, invalid token or revoked key.
403Forbidden, session required or org required.
422Validation failed.
429Quota or rate limit exceeded; error.details says which, and when.
500Internal error; quote error.request_id when reporting it.

Every one carries the same envelope.

API overview · Full contract