📕
Vaultoro API Docs
  • Getting Started
  • Example API Calls
  • Public
    • Reset email
    • OHLC
    • Orders
    • Ticker
    • Trades
    • Trading Fees
    • Audit
  • Private
  • Ledger
  • Assets
  • Balances
  • History
    • Export
    • Fees
    • Trades
    • Transactions
  • Orders
  • OTC
  • Referrals
  • Tokens
  • Trading Fees
  • User
  • Login History
  • Change Email
  • Audit
  • Portfolio
  • Pending Approvals
  • Unverify
  • Update Terms Version
  • Address Book
    • Delete address
    • Update Address
    • List Addresses
    • Enable Address Book Whitelist
    • Disable address book whitelist
Powered by GitBook
On this page

Was this helpful?

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"}
{    "message": "Ain't no cake like that."}

PreviousPending ApprovalsNextUpdate Terms Version

Last updated 3 years ago

Was this helpful?