Get company

View as Markdown
Returns a single workspace company.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

company_idstringRequired

Response headers

ETagstring
X-Api-Versionstring

Response

Company response.
objectenum
Allowed values:
idstringformat: "^cmp_[A-Za-z0-9]+$"
created_atdatetime
updated_atdatetime
namestring or null
descriptionstring
industrystring
websitestringformat: "uri"
number_of_employeesinteger
logo_urlstringformat: "uri"
crm_associationobject
CRM record linked to this company. Present when the company has been matched to a CRM record via integration or API.
domainslist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error