> 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. 左側のナビゲーションメニューから、 ![](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. 管理したいアクセストークンを見つけるには、フィルターを使用します。以下の *フィルター一覧* をご覧ください。
4. 以下を選択してアクセストークンを管理します。 ![](https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-c746d936c908b9090325464502f7c10acda0e993%2F2a92939e8e78dd7e0c0416b1a250d5ef1d7ab0dec966fb5ed320ca62acfc06c5.svg?alt=media) **\[その他]** アイコンをトークンのカード上で選択し、次にドロップダウンメニューからオプションを選択します。以下の *メニューリファレンス* を参照して、利用可能な管理オプションの詳細をご確認ください。
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, and the optional `goal` 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>&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.
