Authorizations
Body
application/json
- Option 1
- Option 2
Response
Successful response
- Option 1
- Option 2
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>",
"productFeatureId": "<string>",
"type": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"name": "<string>",
"slug": "<string>"
}
}'{
"subscriptionItemFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"subscriptionItemId": "<string>",
"featureId": "<string>",
"productFeatureId": "<string>",
"type": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"name": "<string>",
"slug": "<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>",
"productFeatureId": "<string>",
"type": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"name": "<string>",
"slug": "<string>"
}
}'{
"subscriptionItemFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"subscriptionItemId": "<string>",
"featureId": "<string>",
"productFeatureId": "<string>",
"type": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"expiredAt": 0,
"detachedAt": 0,
"detachedReason": "<string>",
"name": "<string>",
"slug": "<string>"
}
}Show child attributes
Successful response
Show child attributes
Was this page helpful?