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