ZITADEL Docs
APIsCore ResourcesV1Instance Objects

SetDefaultVerifyEmailMessageText

PUT
/text/message/verifyemail/{language}

Path Parameters

language*string

Request Body

application/json

title?string
preHeader?string
subject?string
greeting?string
text?string
buttonText?string
footerText?string
[key: string]?never

Response Body

application/json

curl -X PUT "https://loading/text/message/verifyemail/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?