Completes two-factor authentication (2FA) activation by sending the verification code.
The alphanumeric authentication code received.
POST /activate2fa HTTP/1.1 Host: api.exchange.com APIKey: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 15 { "Code": "text" }
Successful response
{ "Activated": true, "Error": "text" }