> 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-api-access-tokens-as-a-partner.md).

# パートナーとして API アクセストークンを管理する

この記事では、APIアクセス トークンの場所と管理方法について説明します。アカウントユーザーで、〜の権限を持つ [アカウント管理者または導入スペシャリスト](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) の役割では、impact.com API アクセスを有効にし、APIアクセス トークンを表示できます。〜する方法のヒントをいくつかご覧ください [アクセス トークンを安全に保つ](/other/ja/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="success" %}
**注意：** impact.com の [インテグレーション ポータル](https://integrations.impact.com/partner-api-reference) APIリファレンス ドキュメント、統合ガイドなどをご覧いただけます。
{% endhint %}

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

1. 上部ナビゲーション バーから、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → \[設定]**.
2. 下の *テクニカル*を選択します [**API**](https://app.impact.com/secure/mediapartner/api/fr/api-access-tokens-ui.ihtml).
3. フィルターを使用して、管理したいアクセス トークンを見つけます。以下の *フィルター参照* をご覧ください。
4. 次を選択して、アクセス トークンを管理します ![](/files/499087b32436cd3c139817bc487b60ba2480fefb) **\[その他]** トークンのカード上のアイコンをクリックし、ドロップダウン メニューからオプションを選択します。以下の *メニュー参照* で、利用可能な管理オプションの詳細をご確認ください。
5. 次を選択して、新しいトークンを作成します **アクセス トークンを作成** ページ右上の
6. 次のことができます **トークンを編集する** トークンのカードを選択して行います。

<details>

<summary>フィルター参照</summary>

| フィルター      | 説明                                                         |
| ---------- | ---------------------------------------------------------- |
| **名前で検索**  | 表示したいトークン名をすべて、または一部入力します。                                 |
| **作成日**    | 作成されたトークンを表示する期間を選択します *過去 7 日間*, *過去 30 日間*、または *30日より前*. |
| **状態**     | 表示したいトークンの状態を選択します。 **有効** または **無効**.                     |
| **すべてクリア** | 選択します **すべてクリア** 検索フィルターをリセットする場合                          |

</details>

<details>

<summary>メニュー参照</summary>

| メニュー項目            | 説明                                                                                                           |
| ----------------- | ------------------------------------------------------------------------------------------------------------ |
| **複製**            | 同じアクセス権と設定を持つトークンのコピーを作成します。                                                                                 |
| **リセット**          | トークンをリセットします。新しい API トークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値では認証チェックを通過できなくなるため、既存の統合すべてに新しい認証トークンの値を追加してください。 |
| **バージョンをアップグレード** | トークンが対応する 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-api-access-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.
