Links

Get your active proxies

get
https://api.illusory.io
/api:Oj9wVgoa/getProxies
Request proxy details

Example

In this example, we're performing an HTTP request using axios-npm.
JavaScript
axios({
method: "GET",
url: "https://api.illusory.io/api:Oj9wVgoa/getProxies",
params: {
// Your apiKey goes here 👇
apiKey: "{YOUR_UNIQUE_API_KEY}",
// Your authEmail goes here 👇
authEmail: "{YOUR_UNIQUE_AUTH_EMAIL}",
proxy: "AT-US-LA1-6666"
},
}).then(function (response) {
console.log(response);
});