Parameters
JSON body
Request body
application/jsonproductCodestringRequiredProduct code to link the contact to.
Example
my-productcontactIdstringRequiredContact CU reference number.
Example
CU-00123Links a customer/contact to a product. Used for tracking product-customer relationships.
JSON body
productCodestringRequiredProduct code to link the contact to.
my-productcontactIdstringRequiredContact CU reference number.
CU-001231 status code documented
successbooleanRequiredWhether the contact was linked successfully.
{
"success": false
}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"
}'All BizKitHub public API endpoints require authentication via API key.