Refresh IPs for specific proxies.
curl --request PUT \ --url https://toolip.io/api/v1/rotateIP \ --header 'Content-Type: <content-type>' \ --header 'authorization: <api-key>' \ --data '{ "authtoken": "<string>", "zoneId": "<string>", "proxies": [ "<string>" ] }'
{ "ips": [ "<string>" ] }
Use the format: Basic <YOUR_API_TOKEN>
A list of rotated IPs
The response is of type object.
object
Was this page helpful?