Skip to main content
GET
/
api
/
v1
/
credits
/
organization
Get Organization Credits
curl --request GET \
  --url https://api.athenahq.ai/api/v1/credits/organization \
  --header 'x-api-key: <api-key>'
{
  "credits": {
    "balance": 1000,
    "unlimited": false,
    "included_usage": 500,
    "next_reset_at": 1735689600
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Response

Successful response with credit balance

Credit balance response

credits
object
required