Get a company
Retrieve the full details of a single company by its identifier, including its attributes, linked contacts, and linked deals. Returns a 404 error if the company does not exist, or a 403 error if the user lacks permission to view the company.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Get Company Details
Response
Returns the Company
attributes
Company attributes with values
id
Unique company id
linkedContactsIds
Contact ids for contacts linked to this company
linkedDealsIds
Deal ids for deals linked to this company
Errors
400
Bad Request Error
404
Not Found Error