> 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認証情報* ページでは、を表示してコピーできます。 **Account SID** 、 **Auth Token** Read/Write トークンと Read-Only トークンの値。

**メニュー参照**

| メニュー項目            | 説明                                                                                                              |
| ----------------- | --------------------------------------------------------------------------------------------------------------- |
| **リセット（読み書き）**    | 読み書きトークンをリセットします。新しい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.
