> 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/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-legacy-api-tokens-as-an-agency.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/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 設定**.
2. の *アカウント* 列で、次に移動します *テクニカル*、次に選択します **プラットフォーム REST Web サービス**.
3. 右上で、次を選択します **レガシートークンを有効にする**、レガシーAPIトークンを使用する必要がある場合は。このボタンを選択するとボタンは消え、 *レガシーアカウントトークン* カードが表示されます。
4. トークンのカード上の ![](/files/e9c4a38e8bc39b39fa32d610dc523710691f2140) **\[その他]** アイコンを選択してからドロップダウンメニューからオプションを選んで、レガシートークンを管理します。利用可能な管理オプションの詳細については、 *メニュー参照* を以下でご覧ください。
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:

```
GET https://help.impact.com/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-legacy-api-tokens-as-an-agency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
