Skip to main content

Get Pricing Tiers for User

Get all pricing tiers associated with a specific user.

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 Query endpoint instead.

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