Proxy Actions
Toggle Proxy IPv4
Updates the IPv4 status of the proxy server.
POST
cURL
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.
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
Updates the IPv4 status of the specified proxy
IPv4 status value. If enable = true, then the proxy will have IPv4 enabled. Default: true
Example:
"true"
cURL