DataGardener API Docs
  1. Persons with Significant Control(PSC)
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 active directors data for a company.
    • 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
        GET
    • 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. Persons with Significant Control(PSC)

Get psc details

GET
/psc/{company-registration-number}
Retrieve detailed information about a company’s Persons with Significant Control (PSC). This endpoint provides insights into individuals or entities that hold significant ownership or influence, including their nature of control, nationality , county etc.

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.datagardener.com/psc/12559329' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
  "companyRegistrationNumber": "string",
  "dataOfBirth": "string",
  "title": "string",
  "pscName": "string",
  "premisesNumber": "string",
  "addressLine1": "string",
  "addressLine2": "string",
  "locality": "string",
  "postalCode": "string",
  "county": "string",
  "region": "string",
  "etagRef": "string",
  "controlType": "string",
  "notifiedDate": "string",
  "ceasedDate": "string",
  "insertDate": "string",
  "countryOfResidence": "string",
  "nationality": "string",
  "natureOfControl": "string",
  "links": "string",
  "legalAuthority": "string",
  "legalForm": "string",
  "regCountry": "string",
  "regPlace": "string",
  "regNumber": "string",
  "linkedPscName": "string",
  "stat": "string"
}
Previous
Get Registered Charges Details
Next
Get ccj details by company number and status
Built with