Skip to main content
GET
/
v1
/
proxies
/
changeip
/
{limitedApiKey}
/
{proxyName}
cURL
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.illusory.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Server response

ok
boolean

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

message
string

Success message

Example:

"Reset proxy command sent to device successfully."

data
object