Zitadel Preview Docs

Check server readiness

Check whether the server is ready to accept requests

GET
/readyz

Check whether the server is ready to accept requests

Response Body

text/plain

application/json

application/json

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

"ok"

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