DocsAPI ReferenceProduct/bff/product/connect-contact
postProductAdmin BFF

/bff/product/connect-contact

Links a customer/contact to a product. Used for tracking product-customer relationships.

ProductpostBffProductConnect-contact

Parameters

2 body

2 total
Body · 2
productCodestringRequired

Product code to link the contact to.

contactIdstringRequired

Contact CU reference number.

Request

POST /bff/product/connect-contact

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

Get API Key