Proxy Actions
Change Proxy IP by Link
Changes the external mobile IP using a link and Limited
API key.
GET
/
v1
/
proxies
/
changeip
/
{limitedApiKey}
/
{proxyName}
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
requiredReplace {limitedApiKey}
in the url path with YOUR_LIMITED_API_KEY
.
proxyName
string
requiredReplace {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
Was this page helpful?