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

/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

2 total
Body · 2
productCodestringRequired

Product code to link the event to.

eventCodestringRequired

Calendar event code to link.

Request

POST /bff/product/connect-event

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

Get API Key