2FA

POST {{customerURL}}/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 email ID", "otp"=>"Enter 6-digit OTP sent to email ID"}