Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://clawconnected.com/api/health
{
  "ok": true,
  "service": "clawconnected"
}

Response

200 - application/json

Service is up

ok
boolean
required
Example:

true

service
string
required
Example:

"clawconnected"