Récupérer les listes d'adresses IP existantes
Critère d'évaluation :
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/lists
Paramètres du chemin d'accès :
Nom | Valeur | Description |
|---|---|---|
Autorisation |
| Votre clé API personnelle |
Paramètres de la requête :
Nom | ||
|---|---|---|
clé_du_paquet | Chaîne | La clé du paquet du sous-utilisateur à partir duquel vous voulez voir la liste du proxy |
listId | Nombre | L'ID de la liste que vous souhaitez consulter |
Exemple :
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/listsRéponses :
{
"status": "success",
"data": {
"items": [
{
"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..60 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
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "IP not allowed",
"code": 503,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Tarif not found",
"code": 0,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "not-found",
"code": 404,
"customData": null
},
{
"message": "not-found (404)",
"code": 0,
"customData": null
}
]
}