Informazioni complete
Questa richiesta fornisce tutte le informazioni necessarie per ordinare deleghe di qualsiasi tipo.
Questo include dettagli come l'ID del paese, i periodi, gli obiettivi, i vettori, le rotazioni (per i proxy mobili) e tutte le informazioni necessarie per effettuare un ordine.
Punto finale:
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}
Parametri del percorso
Nome | Valore | Descrizione |
|---|---|---|
Autorizzazione |
| La vostra chiave API personale (come ottenerla) |
Tipo di proxy |
| Il tipo di proxy che si desidera recuperare. |
Esempio
Per visualizzare tutti i tipi di proxy:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/listPer visualizzare un tipo di proxy specifico (ad esempio, IPv4):
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4Risposta
{
"status": "success",
"data": {
"items": [
{
"country": [
{
"id": 561,
"name": "France",
"alpha3": "FRA"
}
],
"period": [
{
"id": "1m",
"name": "1 month"
}
]
}
]
},
"errors": []
}Chiave API errata
{
"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
}
]
}