cURL
curl --request POST \ --url https://api.quiva.ai/accounts/request-email-address-change \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "SecureP@ssw0rd!", "new_email": "[email protected]" } '
{ "message": "<string>" }
Initiates an email address change process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
New email address
Current password
MFA token (required if MFA is enabled)
Email change request initiated successfully