Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Server Management
HealthCheck
Reports if the service is working properly
GET
/
healthz
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/healthz
Copy
Ask AI
{
"liveness": "OK"
}
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/healthz
Copy
Ask AI
{
"liveness": "OK"
}
Assistant
Responses are generated using AI and may contain mistakes.