curl --request GET \
--url https://api.hubapi.com/crm/associations/v4/{fromObjectType}/{toObjectType}/labels \
--header 'Authorization: Bearer <token>'{
"results": [
{
"category": "HUBSPOT_DEFINED",
"typeId": 123,
"label": "<string>"
}
]
}Retrieve all labels that describe the relationships between two specified CRM object types. These labels provide context about the nature of the associations.
curl --request GET \
--url https://api.hubapi.com/crm/associations/v4/{fromObjectType}/{toObjectType}/labels \
--header 'Authorization: Bearer <token>'{
"results": [
{
"category": "HUBSPOT_DEFINED",
"typeId": 123,
"label": "<string>"
}
]
}Supported products
Required Scopes
Was this page helpful?