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>

您的个人应用程序接口密钥 (如何获得)

回应

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