MCP Server for HubSpot

Build 24.0.9300

AssociationsLabels

Retrieves all available association labels and types defining relationships between pairs of CRM objects in HubSpot.

View Specific Information

SELECT

You must specify 'FromObjectType' and 'ToObjectType'.
SELECT * FROM AssociationsLabels WHERE FromObjectType = 'Companies' AND ToObjectType = 'Deals'

Columns

Name Type References Filterable Description
TypeId [KEY] String The numeric ID for the association type.
Category [KEY] String The category of the association type for the specified object pair.
Label String The name of the association type for the specified object pair.
FromObjectType [KEY] String True The first object's type to retrieve association types for.
ToObjectType [KEY] String True The second object's type to retrieve association types for.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300