ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetCustomPasswordResetMessageText

GET
/text/message/passwordreset/{language}

Path Parameters

language*string

Response Body

application/json

application/json

curl -X GET "https://loading/text/message/passwordreset/string"
{
  "customText": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "title": "string",
    "preHeader": "string",
    "subject": "string",
    "greeting": "string",
    "text": "string",
    "buttonText": "string",
    "footerText": "string",
    "isDefault": true
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?