Create a special list for API-TOOL
For more information look here.
Lists are created with the same name, but you can rename them if you wish.
Endpoint:
PUThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/list/tools
Path parameters:
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key |
Request body:
Name | Type | Description |
|---|---|---|
package_key | String | The key of the subuser's package where you want to create the special list. |
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/list/toolsResponse:
{
"status": "success",
"data": {
"id": 561,
"login": "api3c8aa1d4",
"password": "AZT62Dx3"
},
"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
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Tarif not found",
"code": 0,
"customData": null
}
]
}