ドキュメント

サポート

Vivox Unity SDK

Vivox Unity SDK

キー更新 API

Follow this workflow to automate the process of adding or revoking an application API key.
読み終わるまでの所要時間 1 分最終更新 23日前

アプリケーションの API キーの追加または取り消しのプロセスを自動化するには、キー更新 API を使用します。 キー更新 API は以下の REST エンドポイントで構成されます。
  • developer-api.vivox.com/api/v1/applications/remote-api/key/add
  • developer-api.vivox.com/api/v1/applications/remote-api/key/revoke
これらのエンドポイントを有効にするには、以下の手順を実行します。
  1. Vivox デベロッパーポータルの左のナビゲーションペインで、組織名の横にある矢印を選択し、Settings (設定) を選択します。
  2. Organization Settings (組織の設定) ページの Remote API セクションで、Enable Remote API チェックボックスをオンにします。 これで、2 つのエンドポイントの呼び出しに使用する一意のユーザー名とパスワードが生成されます。
  3. Update Organization を選択します。
これらのエンドポイントは cURL、Advanced REST Client (ARC)、Postman などのツールを使用して呼び出すことができます。