Protokol
available-protocols
ile IP Türünün desteklediği protokolleri görebilirsiniz.
https://my.proxynet.io/api/available-protocols?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]
Parametre
Açıklama
YOUR_API_KEY
Size özel tahsis edilmiş API keyiniz
ID_TYPE_ID
IP Türü ID'si
Örnek Response
{
"status": true,
"user_id": 1,
"balance": "400",
"currency": "$",
"protocols": [
{
"protocol_name": "HTTPS"
},
{
"protocol_name": "SOCKS"
}
]
}
Last updated
Was this helpful?