Skip to main content

Healthz

GET 

https://$CUSTOM-DOMAIN/auth/v1/healthz

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

Responses​

A successful response.

Schema

    object

curl -L 'https://$CUSTOM-DOMAIN/auth/v1/healthz' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/auth/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!