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

Credit Bureau Check

The API supports the evaluation of an individual's credit health, delivering essential information for evaluating loan eligibility and managing financial risk. Efficiency and Accuracy: This API simplifies credit data retrieval, offering accurate, timely information that enhances decision-making processes and reduces the time spent on manual credit assessments.

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

credit_bureau_check

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

Sample Request Body

Body
Type
Mandatory
Description

panNumber

string

Yes

The PAN (Permanent Account Number) of the individual.

phoneNumber

string

Yes

The phone number of the individual for whom the credit report is requested.

pinCode

string

Yes

Pincode of the user.

dob

string

Yes

Date of Birth of the user. Format: yyyy-mm-dd

firstName

string

Yes

The first name of the individual.

lastName

string

Yes

The last name of the individual.

consent

string

Yes

Your consent to Tutelar processing your information for verification and compliance purposes only.

Sample Post Parameters

Get details

GET https://secctrl.tutelar.io/api/v2/services/business_profile/credit_bureau_check

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated