/bff/product/connect-event
Links a calendar event directly to a product. The event will appear in the product detail event list with type "direct".
ProductpostBffProductConnect-event
Parameters
2 body
Body · 2
productCodestringRequiredProduct code to link the event to.
eventCodestringRequiredCalendar event code to link.
Request
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"
}'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.