Skip to main content
POST
cURL
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
header
required

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

Auto change external IP settings

enable
boolean
required

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

Example:

true

rate
integer

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

Example:

10

Response

Server response

ok
boolean

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

message
string

Success message

Example:

"Auto Change updated for ILL-US-AU1-9999 successfully."

data
object