Allocates time to extend the expiration of one or more proxy servers.
Allocates time to a proxy server to extend its expiration date. ProvidingDocumentation 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.
period and interval will extend the proxy’s expiration date by the specified amount of time.
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": "ILL-US-AU1-9999",
"interval": 1,
"period": "weekly"
},
{
"proxy_name": "ILL-US-AU1-9998",
"interval": 2,
"period": "monthly"
}
]
}
Server response
Indicates whether the request was successful e.g., true
Success message
"Sent proxy expiration update successfully."
{
"proxies": {
"time": [
{
"proxy_name": "IL-US-AU1-9999",
"period": "hourly",
"interval": 1,
"individual_total": 5
}
]
},
"total": 5
}