lookup_hubspot_endpoint
Look up a legacy HubSpot API path (e.g. '/crm/v3/objects/contacts' or just 'contacts') and get its date-based-versioning replacement, whether the change is breaking, and the exact field-level differences (removed params, newly-required fields, changed types). Derived by diffing HubSpot's own public OpenAPI specs -- not a guess. Free, no key, full data (this map has no paid tier gating it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | A legacy HubSpot API path or fragment, e.g. '/crm/v3/objects/contacts' or 'contacts'. | |
| method | No | Optional HTTP method filter, e.g. GET, POST. |