v1

latestOpenAPI 3.0.32026-07-1712913.3 KB

Health check

Returns service health status. Used for liveness/readiness probes.

get/health

Response

Service is healthy

status'ok' required
servicestring required

Service name (from SERVICE_NAME env)

Example response

{
  "status": "ok",
  "service": "tms-api"
}