IdenIden Docs
API ReferenceHealth

Liveness check

Returns 200 if the service is running.

GET
/api/health/liveness/
sessionid<token>

In: cookie

Response Body

application/json

curl -X GET "https://developer.idenhq.com/org/{tenant_slug}/api/health/liveness/"
{
  "status": true
}