post https://platform-api.sandbox.testessential.net/reg/mfa/authorization/switch/confirm
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.
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.