Rotating Residential Proxies
Making API Requests
Method PUT
$.ajax({
url: "/api/v1/backconnect/{membership}/authorized-ips?api_token=xxxx",
data: "_method=PUT&ips[]=1.1.1.1&ips[]=1.1.1.2",
dataType: "json",
type : "POST",
success : function(r) {
console.log(r);
}
});HTT Form Payload
GET Authorized IPs
Path Parameters
Name
Type
Description
PUT Authorized IPs
Path Parameters
Name
Type
Description
GET GEO
Path Parameters
Name
Type
Description
PUT GEO
Path Parameters
Name
Type
Description
GET Proxies
Path Parameters
Name
Type
Description
Last updated
Was this helpful?