v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Subsidiary Structure

Get a list of subsidiaries.

Get the list of subsidiaries of a company.

get/api/v2/companies/{id}/subsidiarystructure

Path parameters

idinteger required

The id of the company requested.

Query parameters

hasDomainboolean nullable

When set to true (default), only companies with a valid domain will be returned.

Response

Success

CompanyNamestring

The name of the company.

Domainstring

The domain of the company.

SPCompanyIdstring

The unique identifier of the company in the S&P system.

CompanyIdinteger nullable

The unique identifier of the company.

CyberRatingstring

The company's cyber rating.

IsMonitoredboolean

Indicates whether the company is monitored or not.

MonitorCountinteger nullable

Represents the number of times the company has been monitored.

Example response

[
  {
    "Parent": {
      "SPCompanyId": 5412,
      "CompanyId": 5412,
      "CompanyName": "Microsoft"
    },
    "CompanyName": "Microsoft Corporation",
    "Domain": "microsoft.com",
    "SPCompanyId": "4213455",
    "CompanyId": 453,
    "CyberRating": "B",
    "IsMonitored": true,
    "MonitorCount": 3,
    "Industry": {
      "IndustryId": 5412,
      "IndustryName": "Manifacturing"
    },
    "Tags": [
      {
        "Id": 30818,
        "Name": "Data Breach"
      }
    ]
  }
]