API Documentation
Invoice Line Items
Invoices
Catalogs
API Keys
Subscriptions
PaymentMethods
UsageEvents
ProductFeatures
ProductFeatures
List ProductFeatures
GET
/
api
/
v1
/
product-features
curl --request GET \
--url https://app.flowglad.com/api/v1/product-features \
--header 'Authorization: <api-key>'
{
"data": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByCommit": "<string>",
"updatedByCommit": "<string>",
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"expiredAt": "2023-11-07T05:31:56Z"
}
],
"currentCursor": "<string>",
"nextCursor": "<string>",
"hasMore": true,
"total": 123
}
Authorizations
Response
200
application/json
Successful response
The response is of type object
.
curl --request GET \
--url https://app.flowglad.com/api/v1/product-features \
--header 'Authorization: <api-key>'
{
"data": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByCommit": "<string>",
"updatedByCommit": "<string>",
"livemode": true,
"productId": "<string>",
"featureId": "<string>",
"organizationId": "<string>",
"expiredAt": "2023-11-07T05:31:56Z"
}
],
"currentCursor": "<string>",
"nextCursor": "<string>",
"hasMore": true,
"total": 123
}
Assistant
Responses are generated using AI and may contain mistakes.