curl "http://127.0.0.1:22999/api/proxies/{PORT}"
[
{"port": 24000,
"zone": "ZONE",
"proxy_type": "persist",
"customer": "CUSTOMER",
"password": "password",
"whitelist_ips": []
},
{
"port": 33335,
"zone": "ZONE",
"listen_port": 33335,
"customer": "CUSTOMER",
"password":"password"
}
]
curl "http://127.0.0.1:22999/api/proxies/{PORT}"
[
{"port": 24000,
"zone": "ZONE",
"proxy_type": "persist",
"customer": "CUSTOMER",
"password": "password",
"whitelist_ips": []
},
{
"port": 33335,
"zone": "ZONE",
"listen_port": 33335,
"customer": "CUSTOMER",
"password":"password"
}
]
API endpoint: GET
/api/proxies/{PORT}
PORT parameter is optional. You can skip it to fetch all the proxies*
[
{"port": 24000,
"zone": "ZONE",
"proxy_type": "persist",
"customer": "CUSTOMER",
"password": "password",
"whitelist_ips": []
},
{
"port": 33335,
"zone": "ZONE",
"listen_port": 33335,
"customer": "CUSTOMER",
"password":"password"
}
]
curl "http://127.0.0.1:22999/api/proxies/{PORT}"
Was this page helpful?