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
A JSON array with the new IPs.
The response is of type object.
object
Was this page helpful?