This commit is contained in:
2026-06-11 18:23:31 +03:00
parent bfc3628e09
commit db3b85adca
3 changed files with 18 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@ This page is public operator documentation. It describes behavior, API, environm
- Public subscription exports for VPN clients.
- Platform settings management (panel, subscription delivery, Telegram, IP information provider).
- User IP history with country, city, ISP, and ASN enrichment through IPinfo.io or ip-api.com.
- OAuth-based DonationAlerts integration with automatic token refresh and RUB balance deposits linked by user UUID.
- Telegram broadcast messages with user filtering and delivery tracking.
- Referral system with code-based self-approval for pending users.
- Audit logs, usage queries, metrics, and health checks.
@@ -158,6 +159,7 @@ Missing or unknown `format` falls back to `v2ray`.
| `GET` | `/me/traffic/hourly-dist` | Hour-of-day traffic distribution. |
| `GET` | `/me/balance` | Current balance. |
| `GET` | `/me/balance/transactions` | User balance history. |
| `GET` | `/me/donation-alerts` | Safe DonationAlerts payment settings and the current user's UUID. |
| `GET` | `/me/subscriptions` | User subscriptions. |
| `GET` | `/me/links` | User subscription links. |
| `GET` | `/me/configs` | Available configs for the user. |