ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

Healthz

Indicates if Zitadel is running. It respondes as soon as Zitadel started

GET
/healthz

Response Body

application/json

application/json

curl -X GET "https://loading/healthz"
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?