My App
APIEndpoints

GET /health

Service health check endpoint.

GET/health

Response Body

application/json

curl -X GET "https://api.hyrelog.com/health"
{
  "ok": true
}