Create a special list

This request shows how to create a special list.

For more information look here.

Lists are created with the same name, but you can rename them if needed.

PUT https://proxy-seller.com/api/v1/{YourApiKey}/resident/list/tools

Example:

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/resident/list/tools

Path parameters:

Response:

{
  "status": "success",
  "data": {
    "id": 561,
    "login": "api3c8aa1d4",
    "password": "AZT62Dx3"
  },
  "errors": []
}

Last updated