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://identity.contra.id/v1/billing/balance
Read the current credit balance + auto-refill configuration for the calling tenant.
curl https://identity.contra.id/v1/billing/balance \ -H "x-api-key: $CONTRA_KEY"
{ "balance": "142.5000", "currency": "USD", "auto_refill_enabled": true, "auto_refill_amount": "100.00", "auto_refill_threshold": "10.00", "estimated_runway_days": 38 }