跳转到主要内容
GET
/
group
获取所有策略组
curl --request GET \
  --url http://{host}:{port}/group \
  --header 'Authorization: Bearer <token>'
{
  "proxies": [
    {
      "name": "默认",
      "type": "Selector",
      "now": "日本",
      "all": [
        "默认",
        "香港"
      ],
      "hidden": false,
      "icon": ""
    }
  ]
}

授权

Authorization
string
header
必填

在请求头中携带 Authorization: Bearer ${secret},其中 secret 对应配置中的 secret 字段。若未设置 secret 可省略,但强烈建议设置。

响应

200 - application/json

策略组列表。

proxies
object[]
最后修改于 2026年6月23日