> 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/partner/ja/nitsuitebitaidesuka/account-management/account-settings/api-tokens/manage-legacy-api-tokens-as-a-partner.md).

# パートナーとしてレガシー API トークンを管理する

2025年4月以前に作成されたAPIトークンは、レガシートークンと見なされます。この記事では、レガシーAPIアクセストークンの検索と管理に役立ちます。以下のヒントを参照して、 [アクセストークンを安全に保つ方法について学びましょう](/other/ja/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="success" %}
**注:** impact.comの [Integrations Portal](https://integrations.impact.com/) にアクセスして、APIリファレンスドキュメント、統合ガイドなどをご覧ください。
{% endhint %}

## アクセストークンを管理する

1. 上部のナビゲーションバーで、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → 設定**.
2. の下にある *Technical*を選択し、 [**API**](https://app.impact.com/secure/mediapartner/api/fr/api-access-tokens-ui.ihtml).
3. 右上で、 **Enable Legacy Tokens**を選択します。レガシーAPIトークンを使用する必要がある場合に限ります。ボタンを選択すると表示されなくなり、 *Legacy Account Tokens* カードが表示されます。
4. レガシートークンを管理するには、トークンのカードにある ![](/files/499087b32436cd3c139817bc487b60ba2480fefb) **\[その他]** アイコンを選択し、次にドロップダウンメニューからオプションを選択します。利用可能な管理オプションの詳細については、以下の *メニューリファレンス* を参照してください。
5. トークンカードを選択して、APIトークン情報を表示することもできます。
   * の *概要* ページでは、トークンの情報を表示でき、さらに **APIバージョン** ドロップダウンを選択してAPIトークンのバージョンをアップグレードするオプションがある場合があります。
   * の *API認証情報* ページでは、 **Account SID** と **Auth Token** のRead/WriteおよびRead-Onlyトークンの値を表示してコピーできます。

<details>

<summary>メニューリファレンス</summary>

| メニュー項目                 | 説明                                                                                                                    |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Reset (Read/Write)** | Read/Writeトークンをリセットします。新しいAPIトークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値では認証チェックを通過できなくなるため、既存のすべての統合に新しい認証トークンの値を追加してください。 |
| **Reset (Read-Only)**  | Read-Onlyトークンをリセットします。新しいAPIトークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値では認証チェックを通過できなくなるため、既存のすべての統合に新しい認証トークンの値を追加してください。  |

</details>


---

# 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/partner/ja/nitsuitebitaidesuka/account-management/account-settings/api-tokens/manage-legacy-api-tokens-as-a-partner.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.
