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

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

liveness
enum<string>
Available options:
ERR,
OK
Example:

"OK"