Criminal Record Check

Our API helps you search court records across India—including the Supreme Court, all High Courts, District Courts, Tribunals, and major defaulter lists. Currently, over 33 crore records are searchable

criminal_record_check

POST https://secctrl.tutelar.io/api/v1/kyc/business_profile/criminal_record_check

Post parameters description is given below,

1) Search by individual

Post Parameter
Type
Is Mandatory
Dependency Condition
Description

profileType

String

Yes

categories the request Type: individual

Profile Type

name

String

Yes

Name to check the crime records

Name

fatherName

String

No

fatherName is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

father Name

address

String

No

address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Address

panNumber

string

panNumber is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Pan Number

callback_url

string

No

Client webhook URL, where client will receive the event response once the process is completed.

Callback Url

2) Search By company

Post Parameter
Type
Is Mandatory
Dependency Condition
Description

profileType

String

Yes

categories the request Type: Company

Profile Type

companyName

String

Yes

Company Name to check the crime records

Pan Number

companyType

String

Yes

Company Type for identify the organisation type

possible values of comoany Type:

---------------------------------------- Private Limited - pvtLtd

Public Limited - Limited Limited Liability Company - LLC Limited Liability Partnership - LLP Registered Firm - RegFirm UnRegistered Firm - UnregFirm Proprietary - Proprietary Don't Know - dontknow

Company Type

CINNumber

String

No

CIN Numbers is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

CIN Numbers

companyAddress

String

No

company Address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Company Address

directors

Array[Object]

No

directors optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Directors

name

String

Yes

director Name is required while director details given to identify the crime check

Name

fatherName

String

no

director FatherName is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

FatherName

address

String

no

director Address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Address

panNumber

String

no

director Pan Number is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Pan Numbher

callback_url

String

no

Client webhook URL, where client will receive the event response once the process is completed.

Callback Url

Sample Post Parameters

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/business_profile/crime_record_check

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated