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": {
    "total": 5000,
    "monthly": {
      "balance": 5000,
      "next_reset_at": 1772227690021
    },
    "one_off": {
      "balance": 0
    }
  }
}

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