> 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. 左側のナビゲーションメニューから、 ![](https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-2353e6dbc5652c0304edc7da554b01277ad88839%2F380bebd18697484deff243a63d0ed3fda5b8b3ae7a5d1da26278c64764d33cd9.svg?alt=media) **\[メニュー] → 設定**.
2. 〜の *アカウント* 列で、〜に移動し *技術*、次に **プラットフォーム REST Web サービス**.
3. 右上で、次を選択します **レガシートークンを有効にする**。レガシーAPIトークンを使用する必要がある場合は。ボタンを選択すると非表示になり、 *レガシーアカウントトークン* カードが表示されます。
4. 次の項目を選択してレガシートークンを管理します ![](https://2576906605-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-c746d936c908b9090325464502f7c10acda0e993%2F2a92939e8e78dd7e0c0416b1a250d5ef1d7ab0dec966fb5ed320ca62acfc06c5.svg?alt=media) **\[その他]** アイコンをトークンのカード上で選択し、次にドロップダウンメニューからオプションを選択します。以下の *メニューリファレンス* を参照して、利用可能な管理オプションの詳細をご確認ください。
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/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-legacy-api-tokens-as-an-agency.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.
