Proxy-seller

すべてのクライアント・ドメイン

この例では、すべてのカスタムドメイン名に関する情報を取得する方法を見ていきます。

すべてのドメインに関する情報のリストを取得するには、以下の手順に従ってください:

  1. APIキーを取得する。 how to get the key?

  2. APIから以下のメソッドを使用する。Get all client domain

JSON形式のリクエストの成功例:

[
  {
        "id": "63888a772bd6cd2bc8071515",
        "domain": "mobile.space",
        "useTls": false,
        "approved": true,
        "prioritized": false,
        "linkEnabled": true,
        "prefix": "/custom/"
  }
]

On this page

No Headings