Pull Credit Report API

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

After you have all the information required to pull the credit report call the API to pull the report.

POST /api/v1/client/credit_report/softpull-direct/

Sample payload is given below. Find a detailed description of the API parameters in Pull Credit Report Parameters table. Note that the table is the final authority on what should be passed in the API.

{
    "full_name": "<full name of the customer>",
    "mobile_number": "<mobile number of the customer>",
    "email": "<email of the customer>",
    "otp_uuid": "<UUID of OTP verification>",
    "pan": "<PAN number of the customer (optional)>"
}
Body Params
string

Full Name of the Customer

string

Mobile Number of the Customer

string

Email ID of the Customer

string

UUID of OTP Verification

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json