Leap0

Health check

Returns `ok` when the code interpreter is running.

GET/healthz

Returns ok when the code interpreter 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/healthz"
{  "status": "ok"}