Confirm MFA Authorization Switch

This endpoint is designed to confirm the authorization switch for Multi-Factor Authentication (MFA). The user must provide a valid confirmation code. If the code is correct, the MFA method is switched, and a 200 OK response is returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Confirmation code requirements

code Format:

  • 6-digit numeric code;
  • only numbers allowed;

code Expiry:

  • valid for 5 minutes;
  • expired codes cannot be used for verification;

resend Policy:

  • a new code can be requested once every 60 seconds;
  • frequent requests are restricted;

verification Attempts & Account Lock:

  • users have 5 attempts to enter the correct code;
  • after 5 failed attempts, the account is temporarily locked;
  • the account automatically unlocks after a predefined period.
Body Params

request sent to confirm enable or disable MFA authorization.

string
required

confirmation code. In sandbox environment, use 123456.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json