Proxy-seller

認証の作成

このエンドポイントは、特定の注文に対する認可を作成するのに役立ちます。

エンドポイント

ログイン:パスワード

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/auth/add

IP認証について

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/auth/add/ip

パスのパラメータ:

名称

価値

説明

認可

<Your_API_Key>

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

リクエスト本文

名称

タイプ

説明

注文番号

ストリング

注文番号違うorder_id)

生成認証

ストリング

カスタム認証の作成 - Y/N(N - デフォルト)

ip

ストリング

IPアドレス

ログイン:パスワード

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

IP認可

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

応答

ログイン:パスワード

{
  "status": "success",
  "data": {
    "id": "66decee1e4b0c423139280d9",
    "active": true,
    "login": "abcdef1",
    "password": "fedcba1",
    "orderNumber": "2000096_20240080"
  },
  "errors": []
}

IP認可

{
  "status": "success",
  "data": {
    "id": "66decee1e4b0c423139280d9",
    "active": true,
    "ip": "127.0.0.1",
    "orderNumber": "2000096_20240080"
  },
  "errors": []
}

注文番号が見つからないか、間違っている

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set exists [orderNumber]",
            "code": 0,
            "customData": null
        }
    ]
}

On this page