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

Response

OK

liveness
enum<string>
Available options:
ERR,
OK
Example:

"OK"

I