cURL
curl --request POST \ --url https://toolip.io/api/v1/configureProxies \ --header 'Content-Type: <content-type>' \ --header 'authorization: <api-key>' \ --data '{ "zoneId": "<string>", "country": "<string>", "quantity": "<string>" }'
[ { "host": "<string>", "port": "<string>", "login": "<string>", "password": "<string>", "country": "<string>", "ip": "<string>" } ]
Configure new proxies and refresh active proxies in a selected zone.
Use the format: Basic <YOUR_API_TOKEN>
Insert your API Token
A list of newly generated proxies
The response is of type object[].
object[]
Was this page helpful?