cURL
Proxy Management
Update Proxies Renew
Updates the auto-renew settings of one or more proxy servers.
PATCH
cURL
You can specify whether you want specific proxies to automatically allocate time when they expire. If enabled, the proxy will automatically renew for the same amount of time as the current period.
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.
Body
application/json
Allocate proxy details
Object containing a list of proxies to allocate.
Example:
{
"time": [
{
"proxy_name": "IL-US-AU1-9999",
"auto_renew": true,
"interval": 1
},
{
"proxy_name": "IL-US-AU1-9998",
"auto_renew": true,
"interval": 1
}
]
}