curl --request GET \
--url https://app.flowglad.com/api/v1/features \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"pricingModelId": "<string>",
"active": true,
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"resourceId": "<unknown>"
}
],
"hasMore": true,
"total": 123,
"currentCursor": "<string>",
"nextCursor": "<string>"
}curl --request GET \
--url https://app.flowglad.com/api/v1/features \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"pricingModelId": "<string>",
"active": true,
"amount": "<unknown>",
"usageMeterId": "<unknown>",
"renewalFrequency": "<unknown>",
"resourceId": "<unknown>"
}
],
"hasMore": true,
"total": 123,
"currentCursor": "<string>",
"nextCursor": "<string>"
}Was this page helpful?