Company data API
Company Directors API
Current and past directors of a company, with DIN, designation and appointment dates.
GET /v1/companies/{cin}/directors
Overview
The Company Directors API returns the board of an Indian company - current and past directors with their DIN, designation, nationality and appointment or cessation dates. Use it for governance checks, director due diligence, and mapping director networks across companies.
- Current and past directors
- DIN, name, designation, nationality
- Appointment and cessation dates
- Counts for quick screening
- MCA-sourced
How it works
- Generate an API key in your developer console (test keys are free).
- Call the endpoint with your Bearer key.
- Read the JSON response (standard envelope with credits info).
- Map the fields into your product or workflow.
Request & response
Requestcurl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738/directors" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){
"success": true,
"data": {
"cin": "...", "current_count": 4,
"current_directors": [ { "din": "00000000", "name": "...", "designation": "Director", "status": "Active" } ]
}
}
Where it's used
- Director due diligence
- Governance and board checks
- Network mapping across companies
- KYB enrichment
Frequently asked questions
Does it include past directors?
Yes - both current and past directors are returned, each with appointment / cessation dates.
Related APIs
Company Search API
Search Indian companies by name or CIN and get the top matching companies with their CIN.
Company CIN Lookup API
Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.
Company Profile API
Full company profile in one call - identity, capital, current and past directors, and registered charges.
Start building in minutes
Generate a free test key, call the sandbox, and go live when you're ready.
Get API access