Fetch Director Details


About
- The API takes in
din
and returns the details of the Director - The Details are fetched from the MCA Master Data
Usecase
By knowing this information, you can:
- verify a Director's claims
- expired Director status or end of directorship of a director has MCA compliance requirements. You can therefore use this API to ask the relevant parties about whether the compliance requirements are met or not.
Definition
- Director Identification Number (DIN) is a unique number allotted to any person intending to be a Director or an existing director of a company.
- Similarly, Designated Partner Identification Number (DPIN) is allocated to designated partners of LLP.
Want to know more ?! 📖
Check out the article on 💡 Learn by Quicko
Endpoint
HTTP Method | Resource | Description |
---|---|---|
| /mca/directors/:din | Accepts DIN or DPIN to return details of the Director from MCA Master Data. |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
din |
| 8-digit unique identification number, which is allotted by the central government to each individual who is a director of any company | 99999999 |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
consent |
| Consent of the end-user to get their information for verification purposes. Possible values: Y and y | y |
reason |
| Purpose for which the user has given their consent. Min length: 20 characters | for Know Your Customer purposes |
Response
Param | Type | Description | Example |
---|---|---|---|
end_date |
| End of directorship at the company | |
active_compliance |
| Wether DIN is active or not | ACTIVE compliant |
company_name |
| Company the person is a director of | JOHN DOE PRIVATE LIMITED |
begin_date |
| Start date of Directorship in the particular Company | 19/03/2015 |
din |
| DIN of the Director | 99999999 |
name |
| Name of the Director | JOHN DOE |
Note
The response above is for Company. A similar response will be provided for LLPs that the DIN is associated with.
Updated 7 months ago