Protokol

available-protocolsile IP Türünün desteklediği protokolleri görebilirsiniz.

GET
https://my.proxynet.io/api/available-protocols?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]

Örnek Response

{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "protocols": [
        {
            "protocol_name": "HTTPS"
        },
        {
            "protocol_name": "SOCKS"
        }
    ]
}




Last updated