Health API

Service health checks.

GET /health

Returns service health status.

Typical shape:

{
  "status": "ok",
  "info": {
    "redis": { "status": "up" },
    "database": { "status": "up" }
  }
}

Last updated