Authorizations
Path Parameters
Response
Successful response
curl --request GET \
--url https://app.flowglad.com/api/v1/product-features/{id} \
--header 'Authorization: <api-key>'
{
"productFeature": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdByCommit": "<string>",
"updatedByCommit": "<string>",
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"expiredAt": "<string>"
}
}
curl --request GET \
--url https://app.flowglad.com/api/v1/product-features/{id} \
--header 'Authorization: <api-key>'
{
"productFeature": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdByCommit": "<string>",
"updatedByCommit": "<string>",
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"expiredAt": "<string>"
}
}
Successful response
Show child attributes
Was this page helpful?