curl --request POST \
--url https://app.flowglad.com/api/v1/subscription-item-features \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionItemFeature": {
"subscriptionItemId": "<string>",
"featureId": "<string>",
"type": "<string>",
"name": "<string>",
"slug": "<string>",
"productFeatureId": "<string>",
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"manuallyCreated": true
}
}
'{
"subscriptionItemFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"subscriptionItemId": "<string>",
"featureId": "<string>",
"type": "<string>",
"manuallyCreated": true,
"pricingModelId": "<string>",
"name": "<string>",
"slug": "<string>",
"productFeatureId": "<string>",
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>"
}
}curl --request POST \
--url https://app.flowglad.com/api/v1/subscription-item-features \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionItemFeature": {
"subscriptionItemId": "<string>",
"featureId": "<string>",
"type": "<string>",
"name": "<string>",
"slug": "<string>",
"productFeatureId": "<string>",
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"manuallyCreated": true
}
}
'{
"subscriptionItemFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"subscriptionItemId": "<string>",
"featureId": "<string>",
"type": "<string>",
"manuallyCreated": true,
"pricingModelId": "<string>",
"name": "<string>",
"slug": "<string>",
"productFeatureId": "<string>",
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>"
}
}Was this page helpful?