pricing_type field that indicates how the price is calculated:
pricing_type: "standard")base_price / count * quantity * duration * volume_discount * personal_discount
Use the discounts field to get volume discount tiers.
pricing_type: "graduated")graduated_prices field contains an object where keys are quantity thresholds and values are prices with all discounts already applied.
For example, if graduated_prices is {"0": 135, "101": 180, "201": 270}:
graduated_prices values already include your personal discount and any active promotions. The discounts field is not applicable for graduated pricing tariffs.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The language of the response
en, ru The ID of the tarif
Additional data to include in the response
panel "panel"
OK
The ID of the tarif
1
The title of the tarif (localized)
"AI Chatbot"
Description lines (localized)
["Up to 350 chatbots", "AI-powered chat"]
Quantity info. For custom_count tariffs returns {min, max}, otherwise a single integer.
100
The calculated price (with all discounts applied). For standard pricing — price for default quantity. For graduated pricing — price for the minimum tier.
135
The group_id of the tarif
"ai_chatbots"
Whether the tarif supports hourly duration selection
true
Pricing model. standard — price is calculated as (base_price / count * quantity * duration * discounts). graduated — fixed price per quantity tier * duration * discounts.
standard, graduated "graduated"
Graduated pricing tiers with discounts applied. null for standard pricing tariffs.
{ "0": 135, "101": 180, "201": 270 }
Volume discount tiers (quantity threshold → discount percentage). Only applicable for standard pricing.
{ "1": 0, "500": 10, "1000": 20 }
Whether the tarif supports panel
true