Billing
Get credits balance
Returns the current available credits balance for the user’s organization. Useful for answering questions like “How many credits do I have left?”
NOTE: As of migration 100160, balance is computed from active grants (RemainingAmount-based) rather than the legacy running Balance ledger column. This is intentional; orgs that relied on the old positive-balance row while having exhausted their grants will now see 0 instead.
GET
Get available credits balance
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"