curl
Overview
Healthcheck
Public unauthenticated liveness probe. Returns HTTP 200 with {status: "ok", timestamp} when service, DB, cache, and broker are healthy.
GET
curl
Authorizations
Response
Service is healthy and accepting requests. Body is always {"status": "ok", "timestamp": "<iso8601>"}.
Liveness marker. Always the literal string "ok" on a 200 response.
Available options:
ok Example:
"ok"
Server time at which the healthcheck was evaluated, in ISO 8601 with millisecond precision and a Z (UTC) suffix.
Example:
"2026-04-21T16:42:50.445Z"