Health check
Fast liveness probe. Returns `ok` when the control server is running.
GET
/api/healthzFast 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}
