Parameters
JSON body
Request body
application/jsonfinalCustomerIdstringRequiredExternal ID of the contact to keep.
legacyCustomerIdstringRequiredExternal ID of the contact to merge and remove.
Merges the legacy contact into the final contact, transferring all related data.
JSON body
finalCustomerIdstringRequiredExternal ID of the contact to keep.
legacyCustomerIdstringRequiredExternal ID of the contact to merge and remove.
1 status code documented
successbooleanRequiredtrue{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.