DocsAPI ReferenceContact/bff/contact/merge-customers
postContactAdmin BFF

/bff/contact/merge-customers

Merges the legacy contact into the final contact, transferring all related data.

ContactpostBffContactMerge-customers

Parameters

2 body

2 total
Body · 2
finalCustomerIdstringRequired

External ID of the contact to keep.

legacyCustomerIdstringRequired

External ID of the contact to merge and remove.

Request

POST /bff/contact/merge-customers

post
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.

Get API Key