> 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. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール] → 設定**.
2. の中で *アカウント設定* 列に移動して *テクニカル*、次に選択 **API**.
3. 右上で、次を選択します **レガシートークンを有効にする**。レガシーAPIトークンを使用する必要がある場合は、これを選択してください。ボタンを選ぶと表示されなくなり、 *レガシーアカウントトークン* のカードが表示されます。
4. 次を選択して、レガシートークンを管理します ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FMLtRUwWz0pujlfmYWOgg%2FMoreVN.svg?alt=media\&token=03a3c355-a347-4207-baf7-c44fadf6d080) **\[その他]** アイコンをトークンのカード上で選択し、ドロップダウンメニューからオプションを選択します。以下の *メニューリファレンス* で、利用可能な管理オプションの詳細をご確認ください。
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.
