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

idstringRequired
Get Company Details

Response

Returns the Company
attributesobject
Company attributes with values
idstring
Unique company id
linkedContactsIdslist of integers
Contact ids for contacts linked to this company
linkedDealsIdslist of strings
Deal ids for deals linked to this company

Errors

400
Bad Request Error
404
Not Found Error