/proxies/detail
Get one proxy detail.
Overview
| Field | Value |
|---|---|
| Method | POST |
| Path | /proxies/detail |
Request Body
{
"uuid": "YOUR_PROXY_UUID"
}cURL Example
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"
}'