跳转到主要内容
GET
/
providers
/
proxies
/
{name}
获取指定代理集合
curl --request GET \
  --url http://{host}:{port}/providers/proxies/{name} \
  --header 'Authorization: Bearer <token>'
{
  "name": "示例订阅",
  "type": "Proxy",
  "vehicleType": "HTTP",
  "proxies": [],
  "testUrl": "http://www.gstatic.com/generate_204",
  "expectedStatus": "*",
  "updatedAt": "2026-06-22T06:57:33Z"
}

授权

Authorization
string
header
必填

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

路径参数

name
string
必填

代理集合名称。

响应

200 - application/json

代理集合信息。

The response is of type object.

最后修改于 2026年6月23日