Skip to main content

Get a Pricing Tier by Id

Get a specific pricing tier by its pricingTierId.

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 Get Object endpoint instead.

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