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

# Create a company

`POST /v4/companies`

Creates a company with the details specified in the request body

## Request body

- object
  - `name` string, required — The name of the company
  - `description` string — The description of the company
  - `website` string — The website of the company
  - `contact` string — Contact information of the company
  - `account_manager` string — The name of the company account manager

## Response `201`

OK - Company has been created successfully

## Other responses

- `400` — Bad Request - Company name is missing from the request

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
