Skip to main content

Get a Pricing Tier by Id

Get a specific pricing tier by its pricingTierId.

GET /v1/pricing-tiers/:pricingTierId

Parameters

ParameterDescriptionTypeRequired
pricingTierIdId of the pricing tier to retrieve.URL paramyes

Request

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

Response

{
"pricingTierId": "growth-tier",
"name": "Growth Tier",
"description": "Grants a tenant access to all Growth plan features"
}