Proxy Management
Deploy Proxies
Deploys one or more proxy servers.
POST
/
v1
/
proxies
/
deploy
Adds a new proxy server to your account. You can deploy a proxy server in any of the available locations.
When deploying a proxy, funds will be deducted from your Illusory Wallet. Ensure you have sufficient funds before deploying.
Authorizations
Authorization
string
headerrequiredThe 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
proxies
object[]
requiredList of proxies to deploy. Each item should include isp
, location
, interval
and period
.
Response
202 - application/json
ok
boolean
Indicates whether the request was successful e.g., true
message
string
Success message
data
object
Was this page helpful?