Hi @JVermunt ![]()
It is currently possible to retrieve both [1] association label definitions via HubSpot’s CRM > Associations API and [2] the application of association labels between CRM records via HubSpot’s CRM > Objects APIs. For example:
- GET https://api.hubapi.com/crm/v4/associations/**:FROM\_OBJECT\_TYPE**/**:TO\_OBJECT\_TYPE**/labels
- GET https://api.hubapi.com/crm/v4/objects/**:FROM\_OBJECT\_TYPE**/:**FROM\_OBJECT\_ID**/associations/**:TO\_OBJECT\_TYPE**
I hope that proves helpful. Please let me know if you have any follow-up questions.