Proxy-seller

IPに関するコメント

Comment on IP APIは、ユーザーがシステム内の特定のプロキシにコメントを追加することを可能にする。

終点:

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

経路パラメータ

名称

価値

説明

認可

<Your_API_Key>

個人APIキー(取得方法)

リクエスト本文

名称

タイプ

説明

子供たち

番号

カンマで区切られた単一のID、または'[ ]'内のIDの配列。

コメント

ストリング

追加したいコメント

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

応答

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

IPが見つかりません

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

On this page