Skip to content

Health endpoint

GET /health returns a lightweight liveness response for load balancers and 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 JSON:

json
{
  "status": "healthy",
  "version": "<build-version>"
}

version is environment-specific.

Error responses

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