Enable 2FA
PUT
/v2/user/mfa/enable
User/User 2FA
Last modified:2024-11-22 19:53:37
This phase involves validating the correctness of the provided phone number, specifically for
SMS OTP (One-Time Password), and dispatching the verification code.
by utilizing the /v2/user/mfa/verify_installation endpoint, allowing users to validate the 2FA setup,
whether it involves SMS or TOTP (Time-Based One-Time Password) authentication methods.
Request
Query Params
method
enum<string>Â
required
Allowed values:
smstotp
phone_number
stringÂ
required
country_code
stringÂ
required
Request samples
Responses
Modified at 2024-11-22 19:53:37