POST
/
v1
/
proxies
/
autochangeip
/
{proxyName}

Changes the auto-change settings for of a proxy. Auto-change controls whether a proxy automatically changes its external IP on a regular schedule. Once set, the proxy will automatically change its IP every rate minutes.

You can set a proxy’s change rate (the rate at which it automatically changes IPs) for every 1 to 1440 minutes.`

Authorizations

Authorization
string
headerrequired

The Authorization header is used to authenticate with the API using your Master API key. Value is of the format Bearer YOUR_KEY_HERE.

Path Parameters

proxyName
string
required

Replace {proxyName} in the url path with YOUR_PROXY.

Body

application/json
enable
boolean
required

Auto change external IP status value. If enable = true, then the proxy will have auto change external IP enabled. Default: false

rate
integer

Time interval for automatic IP change, in minutes. Default: 10

Response

200 - application/json
ok
boolean

Indicates whether the request was successful e.g., true

message
string

Success message

data
object