curl --request POST \
--url https://app.flowglad.com/api/v1/product-features \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"productFeature": {
"productId": "<string>",
"featureId": "<string>",
"expiredAt": 0
}
}
'{
"productFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"pricingModelId": "<string>",
"expiredAt": 0
}
}curl --request POST \
--url https://app.flowglad.com/api/v1/product-features \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"productFeature": {
"productId": "<string>",
"featureId": "<string>",
"expiredAt": 0
}
}
'{
"productFeature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"pricingModelId": "<string>",
"expiredAt": 0
}
}Was this page helpful?