v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
SupplyChain

Retrieves monitored company links for a specific company.

Retrieves paginated list of monitored third parties for a specific company.

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

Path parameters

idinteger required

The id of the target company.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100 | 250 | 500 | 1000
Example:10

The number of result items in a single response.

Response

Success

CompanyIdinteger required

The ID of the company in BlackKite.

CompanyNamestring

The name of the company in BlackKite.

DomainNamestring

The main domain value of the company.

DashboardLinkstring

The BlackKite portal dashboard link for the specified company.

Example response

[
  {
    "CompanyId": 22,
    "CompanyName": "Demo Inc.",
    "DomainName": "demoinc.com",
    "Ecosystems": [
      {
        "EcosystemId": 173,
        "EcosystemName": "MyCompanies"
      }
    ],
    "DashboardLink": "https://app.blackkitetech.com/ecosystem/12/company/22/dashboard"
  }
]