ZITADEL Docs
APIsCore ResourcesV1Instance Objects

Healthz

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?