New object associations not accessible via API

Hi @JVermunt :waving_hand:

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:

  1. GET https://api.hubapi.com/crm/v4/associations/**:FROM\_OBJECT\_TYPE**/**:TO\_OBJECT\_TYPE**/labels
  2. 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.