Retrieve deal association tags using HubSpot API

I don’t know what object association you are retrieving, but I would have thought that a call like:

GET/crm/v4/objects/deal/{dealId}/associations/{toObjectType}

would get you the data you want?

Steve

``