Proxy-seller

Kommentar zu IP

Mit der API für IP-Kommentare können Nutzer einen Kommentar zu einem bestimmten Proxy im System hinzufügen.

Endpunkt:

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/comment/set

Pfadparameter

Name

Wert

Beschreibung

Autorisierung

<Your_API_Key>

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

Körper der Anfrage

Name

Typ

Beschreibung

ids

Nummer

Eine einzelne ID oder ein Array von IDs in '[ ]', getrennt durch Kommas.

kommentar

Zeichenfolge

Der Kommentar, den Sie hinzufügen möchten.

Beispiel

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/comment/set

Antwort

{
    "status": "success",
    "data": {
        "updated": 1
    },
    "errors": []
}

IP nicht gefunden

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "IP not found",
            "code": 0,
            "customData": null
        }
    ]
}

On this page