Associations Object

I’m currently working on integrations that rely heavily on CRM object associations. At present, retrieving associations requires making numerous individual API calls for each related object pair, which is inefficient and impacts performance.

I would like to suggest the addition of a unified, read-only API endpoint that returns all associations across objects in a single resource. This endpoint could provide details such as fromObjectId, toObjectId, typeId, and association labels, with support for pagination to handle large datasets.

This could also included assocation metadata such as modified timestamp and user.

Even if this endpoint is not exposed in the UI and is API-only, it would significantly simplify data extraction and integration workflows by reducing the number of API calls and making association data easier to consume and maintain.

Thank you for considering this enhancement. I believe it would greatly benefit many developers and integrations working with HubSpot associations.