Retrieves general data for premium plan prices, commission rates, and boost plans in the platform.
No authentication required.
| Permission | Description |
|---|---|
payments.view_own | Access the payment system |
payments.view_prices | View prices and commission rates |
Returns platform pricing and commission data.
{
"gym_commission_rate": 0.01,
"premium_plans": {
"plus": {
"monthly_price": 999_000,
"discount": 0,
"yearly_price_discount": 0.85,
"role": "user_plus"
}
},
"boosts": {
"basic": {
"price": 99000,
"duration": 7,
"level": 1
},
"pro": {
"price": 190000,
"duration": 14,
"level": 2
}
}
}
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |