GET
/
v1
/
proxies
/
changeip
/
{limitedApiKey}
/
{proxyName}
curl --request GET \
  --url https://cmd.illusory.io/v1/proxies/changeip/{limitedApiKey}/{proxyName}
{
  "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"
  }
}

This endpoint is intended for use with Limited API keys and is less secure than the POST method, as the API key is exposed in the URL. For a more secure method, follow the instructions here: Change IP.

Path Parameters

limitedApiKey
string
required

Replace {limitedApiKey} in the url path with YOUR_LIMITED_API_KEY.

proxyName
string
required

Replace {proxyName} in the url path with YOUR_PROXY.

Response

202 - application/json
ok
boolean

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

message
string

Success message

data
object