For the complete documentation index, see llms.txt. This page is also available as Markdown.

Credibility Check

Generate Report

Generate Credit Report

POST https://secctrl.tutelar.io/api/v2/services/business_profile/credit_report

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

Sample Request Body

{
    "first_name": "Gowtham",
    "last_name": "R",
    "pan": "CNPPG4873D",
    "gender_code": "1",
    "mobile": "6382526132",
    "date_of_birth": "10/07/1999",
    "address_line1": "Chennai",
    "address_line2": "Guindy",
    "city": "Guindy",
    "state_code": "33",
    "pincode": "600032"
}

Last updated