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>"
}'
"\nExample POST URL:\nhttps://api.hubapi.com/contacts/v1/contact/merge-vids/1343724/\n\nExample POST data:\n{\n  \"vidToMerge\": 1343774\n}\n\nReturns a 200 OK response on success\nwith the text SUCCESS as the response body.\n\nOtherwise, you'll get an error response, with a\nmessage in the response body giving more details about\nthe error."

Path Parameters

contact_id
string
required

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

Body

application/json

Response

200 - application/json

Successful response - Merge two contact records

The response is of type object.