Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://{base_url}/health
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z"
}

Response

200 - application/json

Service health status

status
string

Service health status

Example:

"healthy"

timestamp
string<date-time>

Current timestamp in ISO 8601 format

Example:

"2024-01-15T10:30:00Z"