Create a company

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Request

Company create data.
namestringRequired
Name of company
attributesobjectOptional
Attributes for company creation
countryCodelongOptional

Country code if phone_number is passed in attributes.

linkedContactsIdslist of longsOptional
Contact ids to be linked with company
linkedDealsIdslist of stringsOptional
Deal ids to be linked with company

Response

Created new Company
idstring
Unique company id

Errors