GET /api/proxy_status/{PORT}
Existing proxy port number
curl "http://127.0.0.1:22999/api/proxy_status/{PORT}"
{
    "status":"ok",
    "status_details":[]
}
GET /api/proxy_status/{PORT}
{
    "status":"ok",
    "status_details":[]
}
curl "http://127.0.0.1:22999/api/proxy_status/{PORT}"
Was this page helpful?