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
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"
}
]