> 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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/manage-api-access-tokens-as-a-brand.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/brand-api-reference) で、APIリファレンスドキュメント、統合ガイドなどをご覧ください。
{% endhint %}

#### アクセス トークンの管理

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. その *アカウント* 列に移動します *技術*、次に選択します **API**.
3. 右上で、 **レガシートークンを有効化**を選択します。レガシーAPIトークンを使用する必要がある場合に限ります。ボタンを選択すると表示されなくなり、 *レガシー アカウント トークン* カードが表示されます。
4. レガシートークンを管理するには、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** アイコンをトークンのカード上で選択し、ドロップダウンメニューからオプションを選択します。利用可能な管理オプションの詳細については、下記の *メニュー参照* を参照してください。
5. 新しいトークンを作成するには、 **アクセス トークンを作成** ページ右上で。
6. 次のことができます **トークンを編集** を選択して、トークンのカードを開きます。

<details>

<summary>フィルター参照</summary>

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

</details>

<details>

<summary>メニュー参照</summary>

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

</details>

#### API認証情報を取得する

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. その *アカウント* 列に移動します *技術*、次に選択します **API**.
3. アクセス トークンの **カード** を選択して詳細を表示します。
4. 左側のナビゲーションメニューから、次を選択します **API認証情報**.
5. **コピー** 必要な認証情報


---

# 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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/manage-api-access-tokens-as-a-brand.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.
