GET
/
health-auth
curl
curl -X GET "https://dev-partner-api.sannos.ai/health-auth" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "status": "<string>",
  "authenticated": true,
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Response

status
string
authenticated
boolean
timestamp
string<date-time>