API v3 Merge Audits

Is the new API going to have merge audits avaliable?

Hey @JakeAGill

Are you talking about this or something else?

Sort of, when that is used somewhere it’s recorded which records have been merged. So when I requested an account in Api v2 I could set MergeAduit=true in the URL parameters and it would return a list of Vids that have been merged into that record.

Thought I’d come back with the answer half a year later. Property for a company is called

hs_merged_object_ids

I found the list of this property by querying https://api.hubapi.com/crm/v3/properties/company#

I assume there is a contact equivalent you can request.

These APIs contain the full list including hidden properties you can’t find through the Hubspot UI (settings->properties)

@JakeAGill , you are a gem. never change :winking_face_with_tongue:

Hi,

@JakeAGill @dennisedson
we can see that contacts api v3 will return “properties.hs_merged_object_ids” property when requesting like:

https://api.hubapi.com/crm/v3/objects/contacts?limit=100&properties=id,createdAt,updatedAt,archived,archivedAt,company,createdate,email,firstname,lastmodifieddate,lastname,phone,website,hs_merged_object_ids

but the value is always null.

I’ve verified that with a merged contact, instead of providing the merged contact-id, api v3 always responds with null.

Seems to be a bug in contacts api, as this is working for deals and tickets api.