Zum Hauptinhalt springen
POST
/
contacts
/
v1
/
contact
/
merge-vids
/
{contact_id}
Merge contacts
curl --request POST \
  --url https://api.hubapi.com/contacts/v1/contact/merge-vids/{contact_id}/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "vidToMerge": "<string>"
}
'
{
  "vidToMerge": 1343774
}

Pfadparameter

contact_id
string
erforderlich

Unique identifier for a particular contact. In HubSpot's contact system, contact ID's are called "vid".

Body

application/json
vidToMerge
string
erforderlich

Unique identifier for the contact to merge into the primary contact.

Antwort

200 - application/json

Successful response - Merge two contact records

The response is of type object.

Last modified on April 9, 2026