DataGardener API Docs
  1. Directors
DataGardener API Docs
  • Getting Started
    • Introduction
    • Guide
  • DataGardener API
    • Companies
      • Get company details.
      • Get company trading address.
      • Get company summary.
      • Get company previous name.
      • Get company industries.
      • Get company info by IS-8 industries
    • Financials
      • Get company statutory accounts.
      • Get company simplified accounts .
      • Get financial ratios details for a company.
    • Share Details
      • Get share details for a company.
    • Officers
      • Get officers details for a company.
    • Group Structures
      • Get group structure for a company.
    • Documents
      • Get document list for a company.
    • Directors
      • Get directors data for a company.
        GET
      • Get active directors data for a company.
        GET
    • Commentaries
      • Get Company Commentary .
    • Acquisition Merger
      • Get acquisition merger information for a company.
    • Lending
      • Get Charges Details
      • Get Outstanding Charges
      • Get Unsecured Charges
      • Get Secured Charges
      • Get Registered Charges Details
    • Persons with Significant Control(PSC)
      • Get psc details
    • County Court Judgment (CCJ)
      • Get ccj details by company number and status
    • WriteOff
      • Get WriteOff details
    • Property Register
      • Get property register details by title number
      • Get property register details
    • Government Procurement
      • Get government procurement details
    • International Trade
      • Get international trade details
    • Responsible Procurement
      • Get responsible procurement ownership details
      • Get responsible procurement mission spectrum details
    • Accounts and Bank Details
      • Get accounts and bank details
  1. Directors

Get active directors data for a company.

GET
/companies/{company-registration-number}/active-directors
Directors
Retrieve details of all currently active directors of a company, including their appointment dates, roles, qualifications, occupations, and contact indicators. This endpoint helps identify present decision-makers and leadership within an organization.

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Success|OK
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.datagardener.com/companies/12559329/active-directors' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
  "directorPnr": -9007199254740991,
  "fromDate": "string",
  "toDate": "string",
  "appointment": "string",
  "position": "string",
  "directorTitle": "string",
  "directorRole": "string",
  "directorQualifications": "string",
  "directorJobRole": "string",
  "directorOccupation": "string",
  "directorshipCountUpdated": {
    "active_count": 0,
    "non_active_count": 0,
    "resined_count": 0,
    "total": 0
  },
  "directorshipCount": -9007199254740991,
  "detailedInformation": {
    "forename": "string",
    "middleName": "string",
    "surname": "string",
    "fullName": "string",
    "postalCode": "string",
    "country": "string",
    "birthDate": "string",
    "nationalityName": "string",
    "nationality": "string",
    "directorAge": "string"
  },
  "hasPersonalEmailPattern": true,
  "hasPersonalDecisionMaker": true,
  "hasPersonalFacebookUrl": true,
  "hasPersonalTwitterUrl": true,
  "hasPersonalLinkedinUrl": true,
  "hasPersonalGenericMail": true,
  "email": "string",
  "linkedin_url": "string",
  "email_pattern": "string"
}
Previous
Get directors data for a company.
Next
Commentaries
Built with