Proxy Actions
Toggle Proxy IPv4
Updates the IPv4 status of the proxy server.
POST
/
v1
/
proxies
/
ipv4
/
{proxyName}
IPv4 addresses can be toggled on and off for a proxy. When toggled off, the proxy will only be assigned an IPv6 and no IPv4 will be assigned.
Some sites may be unreachable with IPv6 only enabled. Please test your site with IPv6 before disabling IPv4. To
test the target site for IPv6 readiness, you can use a service like
Domsignal.
Authorizations
Authorization
string
headerrequiredThe 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
requiredReplace {proxyName}
in the url path with YOUR_PROXY
.
Body
application/json
enable
boolean
requiredIPv4 status value. If enable
= true
, then the proxy will have IPv4 enabled. Default: true
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?