Skip to main content
GET
/
health
Check den-api health
curl --request GET \
  --url https://api.openworklabs.com/health
{
  "ok": true,
  "service": "<string>"
}

Response

200 - application/json

den-api is reachable

ok
boolean
required
service
string
required
Allowed value: "den-api"