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
attributesobjectOptional
Company attributes with values
idstringOptional
Unique company id
linkedContactsIdslist of integersOptional
Contact ids for contacts linked to this company
linkedDealsIdslist of stringsOptional
Deal ids for deals linked to this company

Errors

400
Bad Request Error
404
Not Found Error