---
title: "Get a company"
method: GET
path: "/companies/{id}"
tags: ["Companies"]
---

# Get a company

`GET /companies/{id}`

## Path parameters

- `id` string, required

## Response `200`

Returns the company by id

- Company — Company Details
  - `id` string — Unique company id
  - `attributes` object — Company attributes with values
  - `linkedContactsIds` integer[] — Contact ids for contacts linked to this company
  - `linkedDealsIds` string[] — Deals ids for companies linked to this company

## Other responses

- `400` — Returned when company id is invalid
- `404` — Returned when item not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
