3x-ui3x-ui
参考API 参考

备份

与已配置的 Telegram 机器人进行交互的操作。

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}