Proxies

Rotate IP

POST /4g/rotate-ip/{key}

Query Parameters

Name
Type
Description

key

String

Key to rotate IP

Example request:

curl -X POST "https://apid.iproyal.com/v1/reseller/4g/rotate-ip/<your_key>" \
     -H "X-Access-Token: <your_access_token>" \
     -H "Content-Type: application/json"

Last updated