This commit is contained in:
2026-06-11 18:35:54 +03:00
parent db3b85adca
commit 85105f88d2
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -19,6 +19,7 @@ This page is public operator documentation. It describes behavior, API, environm
- 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.
- DonatePay API integration with automatic RUB balance deposits linked by UUID in the donation comment.
- 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.
@@ -160,6 +161,7 @@ Missing or unknown `format` falls back to `v2ray`.
| `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/donatepay` | Safe DonatePay 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. |