> 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/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
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.
