3x-ui3x-ui

Backup

Operations that interact with the configured Telegram bot.

POST
/panel/api/backuptotgbot

Authorization

AuthorizationBearer <token>

API token from Settings → Security → API Token. Send as Authorization: Bearer <token>.

In: header

Response Body

application/json

curl -X POST "https://example.com/panel/api/backuptotgbot"
{  "success": true,  "msg": "string",  "obj": null}