Skip to main content

Get Features for Pricing Tier

Get all features associated with a specific pricing-tier.

Endpoint

GET /v1/pricing-tiers/:pricingTierId/features

Request

curl "https://api.warrant.dev/v1/pricing-tiers/growth-tier/features" \
-H "Authorization: ApiKey YOUR_KEY"

Response

[
{
"featureId": "dashboard"
},
{
"featureId": "feature-2"
}
]