Headers

Body Required

mergeClientRequest

Responses

POST /api-v1/contact/merging
curl \
 -X POST http://wyzio.app/api-v1/contact/merging \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '{"sourceId":42,"targetId":42}'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
{
  "sourceId": 42,
  "targetId": 42
}
Response examples (200)
{}