Change rotation settings
Endpoint:
POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/rotation
Path parameters
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key |
Request body
Name | Type | Description |
|---|---|---|
id | Number | ID of the list |
rotation | Number | The new rotation value whitch you want to set , "'-1' for no rotation (Sticky), '0' for rotation per request, '1' to '3600' for time-based rotation in seconds" |
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/list/rotationResponse
{
"status": "success",
"data": {
"id": 561,
"title": "US Washington Garfield FIRST-STEP",
"login": "3c8aa1d4",
"password": "AZT62Dx3",
"whitelist": "127.0.0.1,192.168.0.1",
"rotation": "-1 = rotation, 0 = rotation per request, 1..3600 time in seconds",
"geo": {
"country": "US",
"region": "Washington",
"city": "Garfield",
"isp": "FIRST-STEP"
},
"export": {
"ports": 10000,
"ext": "txt"
}
},
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}Same response in case with wrong rotation!
{
"status": "error",
"data": null,
"errors": [
{
"message": "not-found",
"code": 404,
"customData": null
},
{
"message": "not-found (404)",
"code": 0,
"customData": null
}
]
}