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

このドキュメントでは、APIアクセス トークンの場所と管理方法について説明します。アカウントユーザーで [アカウント管理者または導入スペシャリスト](/brand/ja/nitsuitebitaidesuka/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="info" %}
**注：** impact.comの [統合ポータル](https://integrations.impact.com/impact-publisher/reference/overview) でAPIリファレンスドキュメント、統合ガイドなどを確認できます。
{% endhint %}

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

1. 上部ナビゲーションバーから、次を選択します ![](/files/d5a72930acb494115f0761c5714f7896c3faf424) **\[ユーザープロファイル] → 設定**.
2. の下にある *技術*、選択します **API**.
3. フィルターを使用して管理したいアクセス トークンを見つけます。 *フィルターの参照* 以下。
4. ページ右上の ![](/files/499087b32436cd3c139817bc487b60ba2480fefb) **［その他］** アイコンを選択し、ドロップダウンメニューからオプションを選択して管理します。利用可能な管理オプションの詳細については、 *メニューリファレンス* を以下で参照してください。
5. を選択して新しいトークンを作成します **アクセストークンを作成** を選択してアクセス トークンを管理します。
6. 次のことができます **トークンを編集する** トークンのカードを選択して編集します。

<details>

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

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

</details>

<details>

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

| メニュー項目            | 説明                                                                                                         |
| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| **複製**            | 同じアクセス権と設定を持つトークンのコピーを作成します。                                                                               |
| **リセット**          | トークンをリセットします。新しい API トークンが生成され、認証トークンの値が変更されます。以前の認証トークンの値では認証チェックを通過しなくなるため、既存の統合に新しい認証トークンの値を必ず追加してください。 |
| **バージョンをアップグレード** | トークンが互換性のある API バージョンを更新します。                                                                               |
| **無効化**           | トークンを無効にして認証に使用できないようにします。                                                                                 |
| **削除**            | トークンを完全に削除します。                                                                                             |

</details>


---

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