curl --request POST \
--url https://api.sandbox.co.in/mca/director/master-data/search \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.kyc.mca.master_data.request",
"id": "9999999",
"consent": "y",
"reason": "for KYC"
}
'Director Master Data API uses Director Identification Number (DIN) to provide details about the existing director of a company, or with the intention to be one.
curl --request POST \
--url https://api.sandbox.co.in/mca/director/master-data/search \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.kyc.mca.master_data.request",
"id": "9999999",
"consent": "y",
"reason": "for KYC"
}
'JWT access token
API key for identification
API version
Entity name
8-digit unique identification number, which is allotted by the central government to each individual who is a director of any company
Purpose for which the user has given their consent. Min length: 20 characters
Consent of the end-user to get their information for verification purposes. Possible values: Y and y
Was this page helpful?