cURL
curl --request PUT \ --url https://toolip.io/api/v1/rotateIP \ --header 'Content-Type: <content-type>' \ --header 'authorization: <api-key>' \ --data ' { "zoneId": "<string>", "country": "<string>", "ips": [ "<string>" ] } '
{ "ips": [ "<string>" ] }
Refresh IPs for specific proxies.
Use the format: Basic <YOUR_API_TOKEN>
Insert your API Token
Identifier of the zone.
Country for the new proxies.
List of IPs to rotate.
A JSON array with the new IPs.
Was this page helpful?