> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman を使用した API へのプログラムアクセス

> このガイドでは、Postman を使用して ClickHouse Cloud API をテストする方法を紹介します

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

このガイドでは、[Postman](https://www.postman.com/product/what-is-postman/) を使って ClickHouse Cloud API をテストする方法を紹介します。
Postman アプリケーションは、Web ブラウザで利用することも、デスクトップ版をダウンロードして利用することもできます。

<div id="create-an-account">
  ### アカウントを作成する
</div>

* 無料アカウントは [https://www.postman.com](https://www.postman.com) で作成できます。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman1.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=8dec2b8e732c3532bd706b749cb3ddbe" size="md" alt="Postman サイト" border width="1621" height="1011" data-path="images/cloud/manage/postman/postman1.png" />

<div id="create-a-workspace">
  ### ワークスペースを作成する
</div>

* ワークスペースに名前を付け、公開範囲を設定します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman2.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=8484a44c3a859c2176253eafe4916352" size="md" alt="ワークスペースを作成する" border width="784" height="760" data-path="images/cloud/manage/postman/postman2.png" />

<div id="create-a-collection">
  ### コレクションを作成する
</div>

* 左上のメニューで、"Explore" の下にある "Import" をクリックします:

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=6d4aed425d88aeb47fc8d4894863059a" size="md" alt="Explore > Import" border data-og-width="1317" width="1317" data-og-height="647" height="647" data-path="images/cloud/manage/postman/postman3.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=280&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=602c6d10ea86d56aea686e721c17fc4e 280w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=560&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=eeffd780f3cc6b3eb09140e7e0c7ddec 560w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=840&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=52edc70a3e65fb246703dd75d232c788 840w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=1100&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=071f8ca68d7a09c4ac3fd61eef5bd032 1100w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=1650&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=ecc2e84bae99f8eb59bd13b9e09593ac 1650w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman3.png?w=2500&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=26fca1607f60af3ebc3f1fd7c3cbd883 2500w" />

* モーダルウィンドウが表示されます:

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman4.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=8785f5772f2ff830355d737e5446f281" size="md" alt="API URL入力" border width="659" height="471" data-path="images/cloud/manage/postman/postman4.png" />

* API アドレス "[https://api.clickhouse.cloud/v1](https://api.clickhouse.cloud/v1)" を入力して、'Enter' キーを押します:

* "Import" ボタンをクリックして、"Postman Collection" を選択します:

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=8924a98ef43b89e2e80da2d48af5b2d6" size="md" alt="コレクション > Import" border data-og-width="666" width="666" data-og-height="253" height="253" data-path="images/cloud/manage/postman/postman6.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=280&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=60a923c818e14533915ba570ff51dc83 280w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=560&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=1f379bf19421ef4862029ae8c1e180f9 560w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=840&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=272ae8b84cd4c88ebff4f8d2a54fea29 840w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=1100&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=e372d4731887d7d4103a69cc9c950d56 1100w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=1650&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=1b62929be42a4446b8f5b272be518c82 1650w, https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman6.png?w=2500&fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=4ed0853d18ab7f0f17cadaefd7d9d849 2500w" />

<div id="interface-with-the-clickhouse-cloud-api-spec">
  ### ClickHouse Cloud API仕様を使用する
</div>

* これで、「Collections」 (左側のナビゲーション) 内に「API spec for ClickHouse Cloud」が表示されます。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman7.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=48bb0f7f5fd4e21064927373e9e3da85" size="md" alt="APIをインポートする" border width="949" height="446" data-path="images/cloud/manage/postman/postman7.png" />

* 「API spec for ClickHouse Cloud」をクリックします。中央のペインで「Authorization」タブを選択します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman8.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=27c04859b178b085ce1619cf260ef9e9" size="md" alt="インポート完了" border width="872" height="420" data-path="images/cloud/manage/postman/postman8.png" />

<div id="set-authorization">
  ### 認証を設定
</div>

* ドロップダウンメニューを開き、「Basic Auth」を選択します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman9.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=3c42e489c506c27faf88ede27843e71d" size="md" alt="Basic auth" border width="789" height="620" data-path="images/cloud/manage/postman/postman9.png" />

* ClickHouse Cloud API キーの設定時に受け取った Username と Password を入力します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman10.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=fed6667e2d0ff7e44ccf057afdb744b6" size="md" alt="認証情報" border width="951" height="700" data-path="images/cloud/manage/postman/postman10.png" />

<div id="enable-variables">
  ### 変数を有効にする
</div>

* [Variables](https://learning.postman.com/docs/sending-requests/variables/) を使用すると、Postman で値を保存して再利用できるため、API テストをより簡単に行えます。

<div id="set-the-organization-id-and-service-id">
  #### 組織 ID とサービス ID を設定する
</div>

* 「Collection」内で、中央ペインの「Variable」タブをクリックします (Base URL は先ほどの API インポートで設定されています) :
* `baseURL` の下にある空欄の「Add new value」をクリックし、組織 ID とサービス ID を入力します:

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman11.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=87bbac8941b2b5ed35af2227e1e886fc" size="md" alt="組織 ID とサービス ID" border width="1057" height="558" data-path="images/cloud/manage/postman/postman11.png" />

<div id="test-the-clickhouse-cloud-api-functionalities">
  ## ClickHouse Cloud API の機能をテストする
</div>

<div id="test-get-list-of-available-organizations">
  ### 「利用可能な組織の一覧を取得する GET」をテストする
</div>

* 「ClickHouse Cloud の OpenAPI spec」で、フォルダ > V1 > organizations を展開します
* 「GET list of available organizations」をクリックし、右側の青い「Send」ボタンを押します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman12.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=b4755500eccddc9665f0ba21b8bb8fe0" size="md" alt="組織の取得をテストする" border width="1797" height="972" data-path="images/cloud/manage/postman/postman12.png" />

* 返された結果には、`"status": 200` とともに組織の詳細が表示されるはずです。 (組織情報が表示されず、`"status": 400` が返される場合は、設定が正しくありません) 。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman13.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=e5af7e52ccfaceb93f4e6d92057f9047" size="md" alt="ステータス" border width="1797" height="972" data-path="images/cloud/manage/postman/postman13.png" />

<div id="test-get-organizational-details">
  ### 「GET organizational details」をテストする
</div>

* `organizationid` フォルダーで「GET organizational details」に移動します。
* 中央フレームの Params メニューでは、`organizationid` が必要です。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman14.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=823a77e43e32de30c966862207b1835d" size="md" alt="組織の詳細の取得をテスト" border width="1797" height="972" data-path="images/cloud/manage/postman/postman14.png" />

* この値を、中かっこ付きの `orgid`、`{{orgid}}` に変更します (この値を前の手順で設定していれば、その値を含むメニューが表示されます) 。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman15.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=2382d6d9a023ef1c42333029fa3b0471" size="md" alt="テストを送信" border width="1797" height="972" data-path="images/cloud/manage/postman/postman15.png" />

* 「Save」ボタンを押した後、画面右上の青い「Send」ボタンを押します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman16.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=32f564164d26e68e4f7f1db8050fe419" size="md" alt="戻り値" border width="1797" height="972" data-path="images/cloud/manage/postman/postman16.png" />

* 返された結果には、"status": 200 とともに組織の詳細が表示されるはずです。 (組織情報が表示されず "status": 400 が返る場合は、設定が正しくありません) 。

<div id="test-get-service-details">
  ### 「GET service details」をテストする
</div>

* 「GET service details」をクリックします
* `organizationid` と `serviceid` の値を、それぞれ `{{orgid}}` と `{{serviceid}}` に編集します。
* 「Save」を押してから、右側の青い「Send」ボタンを押します。

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/O-0EO39DvOTZk4xg/images/cloud/manage/postman/postman17.png?fit=max&auto=format&n=O-0EO39DvOTZk4xg&q=85&s=071cd7570925074fe54d8dd07a521a72" size="md" alt="サービスの一覧" border width="1537" height="867" data-path="images/cloud/manage/postman/postman17.png" />

* 返された結果には、"status": 200 とともに、サービスの一覧とその詳細が表示されるはずです。 (サービス情報がなく "status" 400 が返される場合は、設定が正しくありません。)
