Skip to main content

Healthz

The health endpoint allows an external system to probe if ZITADEL system API is alive. Response as soon as ZITADLE is running.

Responses

ZITADEL started


Schema
  • object
GET /healthz

Authorization

type: oauth2flow: authorizationCodescopes: openid,urn:zitadel:iam:org:project:id:zitadel:aud

Request

Base URL
https://$ZITADEL_DOMAIN/admin/v1
Bearer Token
Accept
curl -L -X GET 'https://$ZITADEL_DOMAIN/admin/v1/healthz' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'