Hello HubSpot Team and Community,
I’m working on an integration that requires retrieving `USER_DEFINED` associations between deals and contacts, using a custom label. Although I can see the `USER_DEFINED` label listed correctly in `/crm/v4/associations/deal/contact/labels`, I’m unable to retrieve it in any of the association read endpoints.
I’ve tried both:
- `/crm/v4/associations/deal/contact/batch/read`
- `/crm/v4/objects/deals/{dealId}/associations/contact`
To cover all possibilities, I’m aware of the bi-directional association issue, so I also tested:
- `/crm/v4/objects/contacts/${dealId}/associations/deal`
- The batch equivalent for contact-deal associations
Unfortunately, in all cases, the responses only return `HUBSPOT_DEFINED` associations.
Could you confirm if there is any solution or workaround for retrieving `USER_DEFINED` associations, or if this is a known limitation of the API?
Additionally, are there any planned updates that might address this gap?
Thanks for any guidance you can provide!