This endpoint is integral to the Two-Factor Authentication (2FA) setup process. Once the user initiates 2FA enablement and receives a verification code (via SMS OTP or TOTP), this endpoint serves to validate the successful installation of the chosen 2FA method.Users must submit the received code to confirm and complete the 2FA activation process. Successful verification ensures a secure and accurate integration of 2FA for enhanced account security.
Request
Query Params
Responses
🟢200OK
application/json
2FA verified
Body
🟠401Unauthorized
🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT '/v2/user/mfa/verify_installation?method&otp_attempt'