Updates the auto-renew settings of one or more proxy servers.
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.Documentation Index
Fetch the complete documentation index at: https://www.illusory.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Authorization header is used to authenticate with the API using your Master API key. Value is of the format Bearer YOUR_KEY_HERE.
Allocate proxy details
Object containing a list of proxies to allocate.
{
"time": [
{
"proxy_name": "IL-US-AU1-9999",
"auto_renew": true,
"interval": 1
},
{
"proxy_name": "IL-US-AU1-9998",
"auto_renew": true,
"interval": 1
}
]
}