Set company CRM association
Replaces the single CRM association linked to a company. Requires the companies:write scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
company_id
Request
This endpoint expects an object.
object_type
Allowed values:
crm_object_id
source
Response headers
X-Api-Version
Response
Updated company response.
object
Allowed values:
id
created_at
updated_at
name
description
industry
website
number_of_employees
logo_url
crm_association
CRM record linked to this company. Present when the company has been matched to a CRM record via integration or API.
domains
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error