Unverify

This endpoint disables 2FA and unverifies him.

Unverify User

POST https://api.vaultoro.com/v1/public/unverify

This endpoint allows user to disable 2FA and also deletes the 2FA method of the user.

Request Body

Name
Type
Description

password

string

User's account password

token

string

The token sent in the email.

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

Last updated