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://api.athenahq.ai/api/v1/credits/group \ --header 'x-api-key: <api-key>'
{ "credits": { "total": 500, "monthly": { "balance": 300, "next_reset_at": 1772227690021 }, "one_off": { "balance": 200 } } }
Returns the current credit balance for a specific group. Requires a global API key.
API key for authentication. You can create one here.
The ID of the group to retrieve credits for
Successful response with credit balance
Credit balance response
Show child attributes
Was this page helpful?