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

  1. Generate an API key in your developer console (test keys are free).
  2. Call the endpoint with your Bearer key.
  3. Read the JSON response (standard envelope with credits info).
  4. 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

Start building in minutes

Generate a free test key, call the sandbox, and go live when you're ready.

Get API access