Proxy Management
Allocate Proxies
Allocates time to extend the expiration of one or more proxy servers.
POST
cURL
Allocates time to a proxy server to extend its expiration date. Providing
period and interval will extend the proxy’s expiration date by the specified amount of time.
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": "ILL-US-AU1-9999",
"interval": 1,
"period": "weekly"
},
{
"proxy_name": "ILL-US-AU1-9998",
"interval": 2,
"period": "monthly"
}
]
}Response
Server response
cURL