GET
/
healthz
curl --request GET \
  --url https://use.hoop.dev/api/healthz
{
  "liveness": "OK"
}

Response

200
application/json
OK

The response is of type object.