post https://connect1-sandbox.codegotech.com/api/cardapi/login
You can authenticate through this api by entering the valid credentials . :
Login Verification & KYC Status Handling
When login verification is successful, the response will include the is_live property:
is_live: 0 — The account is not yet verified. Further action is required.
is_live: 1 — The account is verified. You can safely redirect the user to the dashboard.
If is_live is 0, you must also check the kyc_status value:
If status 1: KYC link has already been sent to the user's email. If not received, resend after 15 minutes.
If status 2: Customer profile has been verified, but the account is not yet live.
If status 3: KYC has been rejected. Please ask the user to resubmit the KYC link.
If status 4: KYC has been partially rejected. The user must resubmit and complete their KYC.