Skip to main content

Get Pricing Tiers for Tenant

Get all pricing tiers associated with a specific tenant.

GET /v1/tenants/:tenantId/pricing-tiers

Request

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

Response

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