GET
/
getProxies
curl --request GET \
  --url https://toolip.io/api/v1/getProxies \
  --header 'Content-Type: <content-type>' \
  --header 'authorization: <api-key>'
[
  {
    "host": "<string>",
    "port": "<string>",
    "login": "<string>",
    "password": "<string>",
    "country": "<string>",
    "ip": "<string>"
  }
]

Authorizations

authorization
string
header
required

Use the format: Basic <YOUR_API_TOKEN>

Headers

Content-Type
string
default:application/json
required

Query Parameters

zoneId
string
required

Identifier of the zone

authtoken
string
required

Insert your API Token

Response

200 - application/json
A list of proxies
host
string
port
string
login
string
password
string
country
string
ip
string