Two Factor Authentication (2FA)
POST https://auth.api.zesty.io/verify-2fa
Two Factor Authentication (2FA) provides an additional layer of security. 2FA involves issuing a One Time Password (OTP).
With 2FA logging in means both the user credentials and access to a physical device which will issue a OTP is required. We use authy.com for handling 2FA and issuing OTP.
After a standard login with user credentials entering a OTP will be required. This can also be done manually via the Authy app or their OneTouch feature. Once a valid OTP is provide login will finish and application access will be granted.
Request Body
[{"name"=>"token", "value"=>"{{mfaToken}}", "datatype"=>"string"}]