Proxy-seller

Vollständige Informationen

Dieser Antrag enthält alle Informationen, die Sie für die Bestellung von Vollmachten aller Art benötigen.

Dazu gehören Details wie Länder-ID, Zeiträume, Ziele, Träger, Rotationen (für mobile Proxys) und alle Informationen, die für eine Bestellung erforderlich sind.

Endpunkt:

GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}

Pfadparameter

Name

Wert

Beschreibung

Autorisierung

<Your_API_Key>

Ihr persönlicher API-Schlüssel (wie man ihn erhält)

Proxy-Typ

ipv4

ipv6

mobile

isp

resident

mix

mix_isp

Der Proxy-Typ, den Sie abrufen möchten.

Beispiel

Um alle Proxy-Typen anzuzeigen:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list

Zur Anzeige eines bestimmten Proxy-Typs (z. B. IPv4):

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4

Antwort

{
  "status": "success",
  "data": {
    "items": [
      {
        "country": [
          {
            "id": 561,
            "name": "France",
            "alpha3": "FRA"
          }
        ],
        "period": [
          {
            "id": "1m",
            "name": "1 month"
          }
        ]
      }
    ]
  },
  "errors": []
}

Falscher API-Schlüssel

{
    "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
        }
    ]
}

On this page