DocsAPI ReferenceProduct/bff/product/product-subscription-plan-link
postProductAdmin BFF

/bff/product/product-subscription-plan-link

Links a subscription plan (interval) to a product. If the product already has a plan, the interval is updated.

ProductpostBffProductProduct-subscription-plan-link

Parameters

2 body

2 total
Body · 2
productCodestringRequired

Product code.

intervalstringRequired

Subscription interval (e.g. "1m", "6m", "12m").

Request

POST /bff/product/product-subscription-plan-link

post
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"
}'

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