Last updated 2 months ago
Merge two contacts into a single contact, combining their data
Your API key
Your Secret key
ID of the contact that will remain after merge
ID of the contact that will be merged and deleted
POST /v2/ExternalApi/mergeContacts HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 59 { "app_id": "text", "from_contact": "text", "to_contact": "text" }
Contacts merged successfully
{ "status": true, "message": "Contacts merged successfully" }