v1
latestOpenAPI 3.1.02026-07-242325051.4 MBAccount
Account:Set2FA
Setup two factor authentication for an account. You need to supply which method you want to use. The support methods are OTP (one time password with an authenticator app) or SMS
patch/v2/accounts/2fa
Request body
Example request
{
"method": "otp",
"verificationPhoneNumber": "+31612345678"
}Response
No Content