Skip to main content

Healthz

The health endpoint allows an external system to probe if ZITADEL management API is alive

Responses

OK


Schema
  • object
GET /healthz

Authorization

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

Request

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