/bff/product/connect-contact
Links a customer/contact to a product. Used for tracking product-customer relationships.
ProductpostBffProductConnect-contact
Parameters
2 body
Body · 2
productCodestringRequiredProduct code to link the contact to.
contactIdstringRequiredContact CU reference number.
Request
POST /bff/product/connect-contact
curl -X POST "https://api.bizkithub.com/bff/product/connect-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product",
"contactId": "CU-00123"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.