Verify Login OTP

This api is used to verify the user login with OTP

NOTE
if the login verification is successful, you will get the is_live property in the response. is_live:0 means that your account is not verified and you have to complete the verification . If is_live:1 then it means that your account is verified and you can take the user to dashboard.
if is_live == 0 kyc_status == 1 it means the Kyc link is already sent to user email, if you not receive send after 15 minute if is_live == 0 and kyc_status == 2 customer profile verified
if is_live == 0 and kyc_status == 3 Kyc has been rejected. Please resubmit the link and finish your KYC.
if is_live == 0 and kyc_status == 4 Kyc has been partially-rejected. Please resubmit the link and finish your KYC.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!