Change Email

This endpoint is used to request a confirmation link that contains the token to change email.

Change email

POST https://api.vaultoro.com/v1/user/changeEmail

This endpoint is used to request a confirmation link to change email. When the user requests a confirmation link, an email containing a confirmation link is sent to the user's current email. If the user has enabled 2FA, OTP will be optional in the request body.

Headers

NameTypeDescription

Authentication

string

Bearer token

Request Body

NameTypeDescription

otp

string

If the user has enabled 2FA, this will be sent in body

password

string

User's existing password

newEmail

string

The new email that the user wants to have

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated