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

Response

200
application/json
OK
liveness
enum<string>
Available options:
ERR,
OK
Example:

"OK"