Leap0

Health check

Fast liveness probe. Returns `ok` when the control server is running.

GET/api/healthz

Fast liveness probe. Returns ok when the control server is running.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/healthz"
{  "ok": true}