Activate2FA

Category: Activation Permissions: Public Call Type: Synchronous

Request

{
  "Code":"YourCode"
}

Completes the second half of a two-factor authentication by sending the 2FA code while registering for the exchange.

KeyValue

Code

string. The alphanumeric code you received for authentication.

Response

{
  "Activated": true,
  "Error":"ErrorMessage"
}
KeyValue

Activated

Boolean. True if the activation code is accepted; false if not.

Error

string. Error message from the server.

Last updated