Rename created list
This request explains how to rename an existing list in a subuser's package
Endpoint:
POST
https://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/list/rename
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/list/rename
Response:
{
"status": "success",
"data": {
"id": 561,
"title": "Rename",
"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": []
}
Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Request body:
Name
Type
Description
id
Number
ID of the list to be renamed
title
String
The new name for the list
package_key
String
The key of the subuser's package where the list of IPs will be renamed.
Last updated