IdenIden Docs
API ReferenceHealth

Readiness check

Returns 200 if the service is running and the database is reachable.

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

In: cookie

Response Body

application/json

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