Skip to main content
POST
/
api
/
v1
/
product-features
Create Product Feature
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>",
    "expiredAt": 0
  }
}

Authorizations

Authorization
string
header
required

Body

application/json
productFeature
object
required

Response

Successful response

productFeature
object
required