---
title: "Retrieves monitored company links for a specific company."
method: GET
path: "/api/v2/supplychain/companies/{id}"
tags: ["SupplyChain"]
---

# Retrieves monitored company links for a specific company.

`GET /api/v2/supplychain/companies/{id}`

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

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250 | 500 | 1000

## Response `200`

Success

- SupplyChainMonitoredCompanyLink[]
  - `CompanyId` integer, required — The ID of the company in BlackKite.
  - `CompanyName` string — The name of the company in BlackKite.
  - `DomainName` string — The main domain value of the company.
  - `Ecosystems` EcosystemOfCompany[], nullable — An array of Ecosystems that this company is defined under.
    - `EcosystemId` integer, required — The unique id of the ecosystem.
    - `EcosystemName` string — The name of the ecosystem.
  - `DashboardLink` string — The BlackKite portal dashboard link for the specified company.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
