> 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. 左側のナビゲーションメニューから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー]** → **設定**.
2. の *アカウント* 列で、次に移動します *テクニカル*、次に選択します **プラットフォーム REST Web サービス**.
3. 右上の **アクセストークンを作成** を選択して、新しいトークンを作成します。

#### トークンを作成する

<details>

<summary>1. 設定</summary>

* 次のフィールドに適切な名前を入力します。 **トークン名** テキストフィールド。
* を追加します **説明** 将来の参照のために、トークンの目的を説明する説明を追加します。
* 次を指定します **APIバージョン** トークンが互換性を持つバージョンを指定します。最新のAPIバージョン（デフォルトの選択）を使用することを推奨します。
* を選択します **次へ**.

  <div data-with-frame="true"><figure><img src="/files/b6319c371597ea4246fc74332194fc587aaa0bd7" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

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

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

  <div data-with-frame="true"><figure><img src="/files/a23f75743b671475228e694d6ce5f1992807e6ad" alt=""><figcaption></figcaption></figure></div>
* を選択します **次へ**.

</details>

<details>

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

* APIカテゴリをオンに切り替え、左側のチェックボックスにチェックを入れて、APIトークンで許可したいアクセススコープを選択します。
* ページ右上付近にある **すべてクリア** ボタンをクリックすると、すべてのスコープをクリアできます。

  <div data-with-frame="true"><figure><img src="/files/ffab3c05b6e5c4930341931703c822e68a6134f3" 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
