Zitadel Preview Docs

Check server health

Check whether the server is healthy

GET
/healthz

Check whether the server is healthy

Response Body

text/plain

application/json

application/json

curl -X GET "https://example.com/healthz"

"ok"

{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}