# Create a company Creates a company with the details specified in the request body Endpoint: POST /v4/companies Version: 2026-01-08 Security: ZephrHmacHttp ## Request fields (application/json): - `name` (string, required) The name of the company Example: "Company name" - `description` (string) The description of the company Example: "Company description" - `website` (string) The website of the company Example: "https://company.com" - `contact` (string) Contact information of the company Example: "company@email.com" - `account_manager` (string) The name of the company account manager Example: "Joe Blow" ## Response 201 fields ## Response 400 fields