GET /healthz

Check whether the Blendlix Call Service process is alive.

GET /healthz

Checks whether the service process is alive.

Description

Use this endpoint for basic uptime checks. It does not always verify downstream dependencies.

Success response

{
  "ok": true,
  "database": "unchecked",
  "redis": "unchecked",
  "service_ready": true
}

Example

curl https://rtc-svc.blendlix.com/healthz