Create a company

Creates a company with the details specified in the request body

SecurityZephrHmacHttp
Request
Request Body schema: application/json
name
required
string

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

Responses
201

OK - Company has been created successfully

400

Bad Request - Company name is missing from the request

post/v4/companies
Request samples
application/json
{
  • "name": "Company name",
  • "description": "Company description",
  • "website": "https://company.com",
  • "contact": "company@email.com",
  • "account_manager": "Joe Blow"
}