cURL
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>" } ]
Get proxy credentials for a selected zone.
Use the format: Basic <YOUR_API_TOKEN>
Identifier of the zone
Insert your API Token
A list of proxies
The response is of type object[].
object[]
Was this page helpful?