Get company
Returns a single workspace company.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
company_id
Response headers
X-RateLimit-Limit
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
X-RateLimit-Remaining
Number of requests remaining in the current window before the limit is exceeded.
X-RateLimit-Reset
Unix epoch seconds when the current rate-limit window resets.
ETag
X-Api-Version
Response
Company response.
object
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
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error