IP Rotation / Renewing
The IP renew feature is available on some types of proxies like 4G proxies, it's a very useful feature that many of our customers use.
We are constantly improving this feature, we have reduced the renew speed of 4G proxies from more than 8 seconds to less than 5.
We currently support to kinds of IP rotation:
get
/v2/Renews/{productDetailsId}
Get the IP renew for a product
post
/v2/Renews/{productDetailsId}
Set a new IP renew delay
delete
/v2/Renews/{productDetailsId}
Delete a specific renew
The manual renew will be executed as an asynchronous operation, the API will return the related
requestId
of the operation.So don't worry if the request delay is really fast, it's just because it's asynchronous, the renew will be performed in the background and takes about 5 to 8 seconds.
get
/v2/Renews/Execute/{productDetailsId}
Execute a manual renew of the proxy IP
Last modified 1yr ago