Company data API
Director Companies API
All companies a director (DIN) is or was associated with, with designation and dates.
GET /v1/directors/{din}/companies
Overview
The Director Companies API returns the full list of companies linked to a DIN - current and past - with each company's CIN, name, the director's designation, and the appointment or cessation dates. Use it to map director networks, find shared directorships and assess concentration risk.
- Current and past directorships
- Company CIN, name and designation
- Appointment and cessation dates
- Counts for quick screening
- From the director dataset
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/directors/00012345/companies" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){
"success": true,
"data": {
"din": "00012345", "current_count": 3,
"current_companies": [ { "cin": "...", "company_name": "...", "designation": "Director" } ]
}
}
Where it's used
- Map a director's network
- Spot shared directorships / shells
- Concentration and relationship risk
- Enhanced due diligence
Frequently asked questions
Does it show former directorships?
Yes - both current and past companies are returned, with appointment and 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