Skip to main content

Get Features for Pricing Tier

Get all features associated with a specific pricing-tier.

caution

This endpoint has been deprecated and will be phased out at the end of 2023. Please update any existing usages of it to use the Query endpoint instead.

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"
}
]