Skip to content

Health endpoint

GET /health returns a lightweight liveness response that you can use in load balancers and external monitors.

No authentication is required.

Request

Send a GET request to /health.

bash
curl -sS https://api.heo-systems.net/health

Success response (200 OK)

The response body is always JSON:

json
{
  "status": "healthy"
}

Error responses

This endpoint can return:

codebodywhen it happens
405textMethod is not GET
429textRate limit exceeded for client IP