API Reference

Pull Credit Report API

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)>"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!