Apr 3, 2022 9:27 PM
I did a company merge based on this instruction: https://knowledge.hubspot.com/companies/how-do-i-merge-companies
After merging, when I open the secondary company link, it redirects to the primary company which makes sense. But how can I find out the history record for the merge operation? Like who did the merge at when?
Apr 4, 2022 6:20 AM
When you look up the record via v3 Companies API (GET api.hubspot.com/companies/v3/companies/COMPANYID) , it should include a "mergeAudits" key with timestamp and sourceId including the user's ID. If you don't see the "mergeAudits" key, try adding includeMergeAudits=True parameter.
Jul 28, 2022 1:05 PM
I have the same issue. Is there a way to get this history through the HubSpot/Snowflake data share, or is it available somewhere in HubSpot itself without having to access the API?