> 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-legacy-api-tokens-as-a-brand.md).

# ブランドとしてレガシーAPIトークンを管理する

2025年4月以前に作成されたすべての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/) にアクセスして、API リファレンス ドキュメント、統合ガイドなどを表示します。
{% endhint %}

#### アクセス トークンを管理する

1. 上部のナビゲーションバーから ![](/files/2c38195ecc23a36266a65082c4bfc52f44a43503) **\[ユーザープロファイル] → 設定**.
2. の *アカウント設定* 列で、 *技術情報*に移動してから、 **API**.
3. 右上で、次を選択します **レガシートークンを有効にする**、レガシーAPIトークンを使用する必要がある場合。ボタンを選択すると非表示になり、 *レガシー アカウント トークン* カードが表示されます。
4. レガシートークンを管理するには、トークンのカード上の ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **［詳細］** アイコンを選択してから、ドロップダウン メニューからオプションを選択します。利用可能な管理オプションの詳細については、以下の *メニュー リファレンス* を参照してください。
5. トークン カードを選択して、APIトークン情報を表示することもできます。
   * 画面で *概要* ページでは、トークンに関する情報を表示でき、 **API バージョン** ドロップダウンを選択してAPIトークンのバージョンをアップグレードするオプションがある場合があります。
   * 画面で *API 認証情報* ページでは、 **アカウント SID** および **認証トークン** 読み取り/書き込みトークンと読み取り専用トークンの値を表示してコピーできます。

**メニュー リファレンス**

| メニュー項目              | 説明                                                                                                                 |
| ------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **リセット（読み取り/書き込み）** | 読み取り/書き込みトークンをリセットします。新しいAPIトークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値は認証チェックを通過しなくなるため、新しい認証トークンの値を既存のすべての統合に追加してください。 |
| **リセット（読み取り専用）**    | 読み取り専用トークンをリセットします。新しいAPIトークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値は認証チェックを通過しなくなるため、新しい認証トークンの値を既存のすべての統合に追加してください。    |
| **バージョンをアップグレード**   | レガシートークンのバージョンをアップグレードします。                                                                                         |


---

# 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-legacy-api-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.
