Skip to content

Health

GET /api/health

Report service liveness. Unlike every other endpoint, the response is a bare object - it is not wrapped in the success envelope. All four fields are always present. This endpoint requires no authentication.

Responses

Status Description
200 The service is up.
200 response
{
  "status": "ok",
  "timestamp": "2026-07-29T12:34:56.789Z",
  "uptime": 86400.512,
  "version": "1.0.0"
}