POST
/
v1
/
proxies
/
changeip
/
{proxyName}
curl --request POST \
  --url https://cmd.illusory.io/v1/proxies/changeip/{proxyName} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "message": "Reset proxy command sent to device successfully.",
  "data": {
    "proxy_name": "ILL-US-AU1-9999",
    "last_ip_change": "2050-12-04T17:43:16.407+00:00"
  }
}

You may change your proxy IP once every minute.

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.

Response

202
application/json
Server response
ok
boolean

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

message
string

Success message

data
object