Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"page": 1,
"pageSize": 10
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/proxy/getProxies' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 10
}'
Responses
This response does not have a body.
{
"list": [
{
"bindBrowserCount": 0,
"host": "127.0.0.1",
"id": "bed85775f1fe43b38e29e1be8e07e5cf",
"noCreateByMeFlag": true,
"port": 10809,
"protocol": "socks5",
"proxyMethod": 0,
"publicViewing": 0,
"repeatItem": false
}
],
"page": 1,
"pageSize": 10,
"totalNum": 4
}
Modified at 2025-08-13 08:25:55