> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.md).

# エージェンシーとして API アクセストークンを作成する

新しい API トークンを作成し、そのトークンのアクセススコープを設定するには、以下の手順に従ってください。〜する方法に関するヒントもご覧ください [アクセストークンを安全に保つ](/other/ja/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="info" %}
**注:** impact.com の [統合ポータル](https://integrations.impact.com/impact-agency/reference/overview-1) を確認して、API リファレンスドキュメント、統合ガイドなどを表示してください。
{% endhint %}

#### アクセストークンを作成する

1. 左側のナビゲーションメニューから、 ![](https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-2353e6dbc5652c0304edc7da554b01277ad88839%2F380bebd18697484deff243a63d0ed3fda5b8b3ae7a5d1da26278c64764d33cd9.svg?alt=media) **\[メニュー]** → **設定**.
2. 〜の *アカウント* 列で、次へ移動し、 *テクニカル*、次に選択します **Platform REST Web Services**.
3. 次を選択して新しいトークンを作成します **アクセストークンを作成** ページ右上にある

#### トークンを作成

<details>

<summary>1. 設定</summary>

* 適切な名前を **トークン名** テキストフィールドに入力します。
* 追加する **説明** このトークンの用途を後で参照できるように説明するものを。
* 指定します **API バージョン** トークンが互換性を持つ API バージョンを。最新の API バージョンの使用を推奨します。これはデフォルトの選択でもあります。
* 選択 **次へ**.

  <div data-with-frame="true"><figure><img src="https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-62d668ef403ad96413355d4252365f777ee2bd77%2F27f7be4e1e67a2277cd86ea134f106d54dac272af818264ed051e4da11e7a7c0.png?alt=media" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. 連絡先情報</summary>

* 選択します **主要連絡先** ドロップダウンメニューから。開発の更新については、主連絡先にご連絡します。
* 必要に応じて、アクセストークンに関連する更新を知っておくべき開発者のメールアドレスを追加してください。これは、アカウントユーザーではない開発者向けにトークンを作成する場合に便利です。

  <div data-with-frame="true"><figure><img src="https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-c0e22bf8dbadf0febcb4e0876a2e27ba9c11601c%2Fc74ae8bc7e7306841becdf55210e23393384325a6754ab8bebf53a72656115b1.png?alt=media" alt=""><figcaption></figcaption></figure></div>
* 選択 **次へ**.

</details>

<details>

<summary>3. API スコープ</summary>

* API カテゴリをオンにしてから、左側のチェックボックスを選択し、API トークンで許可したいアクセススコープを選びます。
* すべてのスコープをクリアするには、次をクリックします **すべてクリア** ページ右上付近のボタン。

  <div data-with-frame="true"><figure><img src="https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-fbe37ae532c52045515b549a72cdbdf52572ffd2%2F09a1c1600bb506bf3cf731e5a89ae7991c9b7f339096d6aa47c23a9e2daadef2.png?alt=media" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4.［作成］を選択</summary>

* 最後に、 **作成** ページ右下の

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
