---
title: "The given company is added to the given ecosystem."
method: POST
path: "/api/v2/ecosystems/{id}/company"
tags: ["Ecosystem"]
---

# The given company is added to the given ecosystem.

`POST /api/v2/ecosystems/{id}/company`

The company is added to the ecosystem.

## Path parameters

- `id` integer, required

## Request body

- object
  - `CompanyId` number, required — The id of the company to be added to the ecosystem.

## Response `200`

Success

- string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `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/versions/7dadaba760fb/schema)
