Skip to main content
POST
/
accounts
/
change-email-address-action
Complete email address change
curl --request POST \
  --url https://api.quiva.ai/accounts/change-email-address-action \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "abcdef123456"
}
'
{
  "message": "<string>"
}

Body

application/json
token
string
required

Email change token

Response

Email change action completed successfully

message
string