Parameters
JSON body
Request body
application/jsonproductCodestringRequiredProduct code to link the event to.
Example
my-producteventCodestringRequiredCalendar event code to link.
Example
event-2024-01Links a calendar event directly to a product. The event will appear in the product detail event list with type "direct".
JSON body
productCodestringRequiredProduct code to link the event to.
my-producteventCodestringRequiredCalendar event code to link.
event-2024-011 status code documented
successbooleanRequiredWhether the event was linked successfully.
{
"success": false
}POST /bff/product/connect-event
curl -X POST "https://api.bizkithub.com/bff/product/connect-event" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product",
"eventCode": "event-2024-01"
}'All BizKitHub public API endpoints require authentication via API key.