Skip to main content
POST
/
api
/
public
/
ai-customer
/
merge-customers
/
by-ai-contact
cURL
curl --request POST \
  --url https://api.example.com/api/public/ai-customer/merge-customers/by-ai-contact \
  --header 'Content-Type: application/json' \
  --data '
{
  "mainAiContactId": "<string>",
  "aiContactIdsToMerge": [
    "<string>"
  ]
}
'

Body

application/json
mainAiContactId
string
required
aiContactIdsToMerge
string[]
required
Minimum array length: 1

Response

201 - undefined