Server Management
HealthCheck
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Server Management
HealthCheck
Reports if the service is working properly
GET
/
healthz
curl --request GET \
--url https://use.hoop.dev/api/healthz
{
"liveness": "OK"
}
Response
200
application/json
OK
Available options:
ERR
, OK
Example:
"OK"
curl --request GET \
--url https://use.hoop.dev/api/healthz
{
"liveness": "OK"
}