Skip to main content
GET
/
v1
/
verification
/
mca
/
din
Din Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/mca/din \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{ "code": 200, "timestamp": 1738236706189, "transaction_id": "1e3f75a8-337f-4054-9b38-e8047c02b6ad", "data": { "director_data": { "din": "00000001", "name": "RATAN NAVAL TATA" }, "company_data": [ { "end_date": "-", "designation": "Director", "company_name": "RNT ASSOCIATES PRIVATE LIMITED", "begin_date": "05/03/2009", "cin/fcrn": "U74990MH2009PTC190764" } ], "llp_data": [ { "end_date": "-", "llp_name": "AVANTI CAPITAL ADVISORS LLP", "designation": "Designated Partner", "begin_date": "09/04/2017", "llpin/fllpin": "AAJ-1011" } ] } }

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

id_number
string
required

A query parameter representing the unique identification number associated with the verification process.

Response

Successful Response

The response is of type RESPONSE_MCA_DIN · object.