Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Check current subscription status and credit balance
cURL
curl --request GET \ --url https://api.example.com/v1/billing/subscription
{ "plan": "starter", "status": "active", "customer_id": "cus_...", "current_period_end": "2026-06-01T00:00:00Z", "credits_remaining": 32.5, "tier": "starter" }
active
trialing
past_due
cancelled
inactive