Skip to main content

Get Pricing Tiers for User

Get all pricing tiers associated with a specific user.

GET /v1/users/:userId/pricing-tiers

Request

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

Response

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