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
}
]
}