get_company
Retrieve a company record from HubSpot by ID. Optionally specify properties to include.
Instructions
Get a single a company record. At least one of name or domain is required on create — domain is recommended, since it's the primary de-duplication key. by ID. Maps to GET /crm/v3/objects/companies/{id}. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| properties | No | Defaults to: name, domain, phone, city, state, industry |