Skip to main content
GET
/
api
/
validate-api-key
Validate API Key
curl --request GET \
  --url https://api.athenahq.ai/api/validate-api-key \
  --header 'x-api-key: <api-key>'
{
  "valid": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Response

API key validation result

valid
boolean
required

Whether the API key is valid