v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBCredit Score
Send OTP for Credit Score
Initiates credit score retrieval by sending an OTP to the user’s registered mobile number for consent verification.
post/verify/credit_score_send_otp
Request body
Example request
{
"mobileNumber": "9927155685",
"firstName": "Jai",
"lastName": "Shobhit",
"dob": "23-11-2000",
"gender": "Male",
"address": "844, Gondni Chowk, Shahabad",
"city": "Bareilly",
"state": "Uttar Pradesh",
"pinCode": "243003",
"pan": "ABCDE1234F",
"email": "test@email.com"
}Response
OTP sent successfully
Example response
{
"status": "success",
"result": {
"status": 1,
"msg": {
"msg": "Email/Message Send successfully.",
"tsTransID": "TSgwKdYq1iiV13032026"
}
},
"chargeble": "true",
"user_consent": "true"
}