Skip to main content
GET
/
health
Health check endpoint
curl --request GET \
  --url https://api.example.com/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "timestamp": "<string>",
  "database": "<string>"
}

Authorizations

Authorization
string
header
required

Auth0 JWT access token

Response

Service is healthy

status
string
required
timestamp
string
required
database
string
required