Response
OK
Available options:
ERR
, OK
Example:
"OK"
curl --request GET \
--url https://use.hoop.dev/api/healthz
{
"liveness": "OK"
}
Reports if the service is working properly
curl --request GET \
--url https://use.hoop.dev/api/healthz
{
"liveness": "OK"
}
OK
ERR
, OK
"OK"
Was this page helpful?