Skip to main content
POST
/
v1
/
ui
/
users
/
emails
/
changes
/
verify
Verify email change with code
curl --request POST \
  --url https://api.example.com/v1/ui/users/emails/changes/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'

Body

application/json
code
string
required
Minimum string length: 1

Response

Email updated successfully