Allocates time to extend the expiration of one or more proxy servers.
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