Skip to main content
GET
/
health
Simple health check
curl --request GET \
  --url https://api.example.com/health/ \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Athena is alive!