Skip to main content

Get Pricing Tiers

Get list of pricing tiers.

GET /v1/pricing-tiers

Request

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

Response

[
{
"pricingTierId": "growth-tier"
},
{
"pricingTierId": "enterprise-tier"
}
]