Skip to main content
GET
/
api
/
v1
/
features
/
{id}
Get Feature
curl --request GET \
  --url https://app.flowglad.com/api/v1/features/{id} \
  --header 'Authorization: <api-key>'
{
  "feature": {
    "id": "<string>",
    "createdAt": 0,
    "updatedAt": 0,
    "livemode": true,
    "organizationId": "<string>",
    "type": "<string>",
    "slug": "<string>",
    "name": "<string>",
    "description": "<string>",
    "amount": null,
    "usageMeterId": null,
    "renewalFrequency": null,
    "pricingModelId": "<string>",
    "active": true
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

Successful response

feature
object
required
  • Option 1
  • Option 2
I