cURL
curl --request GET \ --url https://api.athenahq.ai/api/v1/credits/organization \ --header 'x-api-key: <api-key>'
{ "credits": { "total": 5000, "monthly": { "balance": 5000, "next_reset_at": 1772227690021 }, "one_off": { "balance": 0 } } }
Returns the current credit balance for your organization.
API key for authentication. You can create one here.
Successful response with credit balance
Credit balance response
Show child attributes
Was this page helpful?