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
}

Documentation Index

Fetch the complete documentation index at: https://docs.athenahq.ai/llms.txt

Use this file to discover all available pages before exploring further.

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