/proxies/detail
获取单个代理详情。
概览
| 字段 | 值 |
|---|---|
| 方法 | POST |
| 路径 | /proxies/detail |
请求体
{
"uuid": "YOUR_PROXY_UUID"
}cURL 示例
curl -X POST http://127.0.0.1:{port}/api/local/proxies/detail
-H "Content-Type: application/json"
-H "sp-api-key: YOUR_LOCAL_API_KEY"
-d '{
"uuid": "YOUR_PROXY_UUID"
}'