Parameters
JSON body
Request body
application/jsonproductCodestringRequiredProduct code.
Example
my-productintervalstringRequiredSubscription interval (e.g. "1m", "6m", "12m").
Example
1mLinks a subscription plan (interval) to a product. If the product already has a plan, the interval is updated.
JSON body
productCodestringRequiredProduct code.
my-productintervalstringRequiredSubscription interval (e.g. "1m", "6m", "12m").
1m1 status code documented
successbooleanRequiredWhether the plan was linked.
{
"success": false
}POST /bff/product/product-subscription-plan-link
curl -X POST "https://api.bizkithub.com/bff/product/product-subscription-plan-link" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product",
"interval": "1m"
}'All BizKitHub public API endpoints require authentication via API key.