Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Preview contact merge impact

POST/v1/contacts/merge-preview
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Request body
requiredapplication/json
master_contact_idstringrequired
secondary_contact_idstringrequired
Responses
200OK
endpoint_countinteger<int64>required
event_countinteger<int64>required
master_contact_idstringrequired
memory_fact_countinteger<int64>required
object_countinteger<int64>required
secondary_contact_idstringrequired
segment_countinteger<int64>required
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
409Conflict
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/contacts/merge-preview" \
  -H "Content-Type: application/json" \
  -d '{
  "master_contact_id": "string",
  "secondary_contact_id": "string"
}'
Response
{
  "endpoint_count": 0,
  "event_count": 0,
  "master_contact_id": "string",
  "memory_fact_count": 0,
  "object_count": 0,
  "secondary_contact_id": "string",
  "segment_count": 0
}