Proxy-seller

認可リスト

この API エンドポイントは、注文に対して作成された認証のリストを表示します。

エンドポイント:

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

オーダーのオーソライゼーションを取得する:

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

パスのパラメータ:

名称

価値

説明

認可

<Your_API_Key>

あなたの個人APIキー(入手方法)

応答

{
  "status": "success",
  "data": [
    {
      "id": "666059d7f767480029182987",
      "active": true,
      "login": "abcdef1",
      "password": "fedcba1",
      "orderNumber": "2329050_27159264"
    },
    {
      "id": "66dea930354180027393781d",
      "active": true,
      "login": "abcdef2",
      "password": "fedcba2",
      "orderNumber": "2329050_27159263"
    },
    {
      "id": "66dea930354180027393781a",
      "active": true,
      "ip": "127.0.0.1",
      "orderNumber": "2329050_27159263"
    }
  ],
  "errors": []
}

On this page