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
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
Replace {proxyName}
in the url path with YOUR_PROXY
.
Body
application/json
IPv4 status value. If enable
= true
, then the proxy will have IPv4 enabled. Default: true
Was this page helpful?