ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetNotificationPolicy

GET
/policies/notification

Response Body

application/json

application/json

curl -X GET "https://loading/policies/notification"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "isDefault": true,
    "passwordChange": true
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?