v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Company

Create a company

Creates a company with the details specified in the request body

post/v4/companies

Request body

namestring required

The name of the company

descriptionstring

The description of the company

websitestring

The website of the company

contactstring

Contact information of the company

account_managerstring

The name of the company account manager

Example request

{
  "name": "Company name",
  "description": "Company description",
  "website": "https://company.com",
  "contact": "company@email.com",
  "account_manager": "Joe Blow"
}

Response

OK - Company has been created successfully