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
The response is of type object
.
Was this page helpful?