Health check
GET /healthz — Liveness probe. Returns 200 with `{"ok": true}` if the gateway is up.
GET /healthz
Liveness probe. Returns 200 with {"ok": true} if the gateway is up.
| Method | GET |
| Path | /healthz |
| Auth | No auth |
| Category | health |
Response body
{ "ok": true }