Account
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.