curl "http://127.0.0.1:22999/api/proxies/{PORT}"
[
    {"port": 24000,
    "zone": "ZONE",
    "proxy_type": "persist",
    "customer": "CUSTOMER",
    "password": "PASSWORD",
    "whitelist_ips": []
    },
    {
        "port": 22225,
        "zone": "ZONE",
        "listen_port": 22225,
        "customer": "CUSTOMER",
        "password":"PASSWORD"
    }
]

API endpoint: GET /api/proxies/{PORT}

PORT
string

PORT parameter is optional. You can skip it to fetch all the proxies*