2FA
POST {{backofficeURL}}/LoginService/login
- Using this service, we can verify the 6-digit OTP that was received at the email ID as part of two-factor authentication.
Request Body
{"email"=>"Enter a valid email ID", "otp"=>"Enter the OTP that received to email"}