---
title: "Create a company"
method: POST
path: "/companies"
tags: ["Companies"]
---

# Create a company

`POST /companies`

## Request body

- Body5
  - `name` string, required — Name of company
  - `attributes` object — Attributes for company creation
  - `countryCode` integer — Country code if phone_number is passed in attributes.
  - `linkedContactsIds` integer[] — Contact ids to be linked with company
  - `linkedDealsIds` string[] — Deal ids to be linked with company

## Response `200`

Created new company

- InlineResponse2002 — Created company id
  - `id` string, required — Unique company id

## Other responses

- `400` — Returned when invalid data posted

---

[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)
