> 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/manage-api-access-tokens-as-an-agency.md).

# 代理店として API アクセストークンを管理する

この記事では、APIアクセストークンの場所と管理方法について説明します。アカウントユーザーは [アカウント管理者または導入スペシャリスト](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) の役割があればimpact.comの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. フィルターを使用して、管理したいアクセストークンを見つけます。次の *フィルターリファレンス* を参照してください。
4. アクセストークンを管理するには、トークンのカードの ![](/files/e9c4a38e8bc39b39fa32d610dc523710691f2140) **\[その他]** アイコンを選択し、ドロップダウンメニューからオプションを選びます。利用可能な管理オプションの詳細は、次の *メニューリファレンス* を参照してください。
5. 右上の **アクセストークンを作成** ページの右上にあります。
6. 次のことができます: **トークンを編集する** にはトークンのカードを選択します。

<details>

<summary>フィルターリファレンス</summary>

| フィルター      | 説明                                                        |
| ---------- | --------------------------------------------------------- |
| **名前で検索**  | 表示したいトークンの名前の全部または一部を入力します。                               |
| **作成日**    | 作成されたトークンを次の期間で表示するか選択します。 *過去7日間*, *過去30日間*、または *30日以上*. |
| **状態**     | 表示したいトークンの状態を選択します。次のいずれかです: **有効** または **無効**.           |
| **すべてクリア** | を選択します **すべてクリア** 検索フィルターをリセットする必要がある場合。                  |

</details>

<details>

<summary>メニューリファレンス</summary>

| メニュー項目            | 説明                                                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------------------- |
| **複製**            | 同じアクセス権と設定でトークンのコピーを作成します。                                                                              |
| **リセット**          | トークンをリセットします。新しいAPIトークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値では認可チェックを通らなくなるため、既存の統合に新しい認証トークンの値を必ず追加してください。 |
| **バージョンをアップグレード** | トークンが互換性のあるAPIバージョンを更新します。                                                                              |
| **無効化**           | トークンを無効にして認証に使用できないようにします。                                                                              |
| **削除**            | トークンを完全に削除します。                                                                                          |

</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/manage-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.
