/bff/contact/merge-customers
Merges the legacy contact into the final contact, transferring all related data.
ContactpostBffContactMerge-customers
Parameters
2 body
Body · 2
finalCustomerIdstringRequiredExternal ID of the contact to keep.
legacyCustomerIdstringRequiredExternal ID of the contact to merge and remove.
Request
POST /bff/contact/merge-customers
curl -X POST "https://api.bizkithub.com/bff/contact/merge-customers" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"finalCustomerId": "example_finalCustomerId",
"legacyCustomerId": "example_legacyCustomerId"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.