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

# パートナーとして 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/partner-api-reference) にアクセスして、API リファレンス ドキュメント、統合ガイドなどを表示します。
{% endhint %}

## アクセス トークンを編集する

1. 上部のナビゲーション バーから、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → \[設定]**.
2. 「 *アカウント* 」列で、 *技術*に移動し、次に **API**.
3. 次の項目を選択してトークンを編集します。 **トークンのカード**.

## トークンを編集する

<details>

<summary>概要</summary>

* 次の内容を更新できます。 **トークン名** または **説明** のテキスト フィールド。
* また、次の項目も更新できます。 **API バージョン** ただし、アクセス トークンが最新より古い API バージョン用に設定されている場合に限ります。

</details>

<details>

<summary>API 認証情報</summary>

* このページでは、必要に応じて別の **主要連絡先** をドロップダウン メニューから選択できます。
* 必要に応じて、アクセス トークンに関する更新情報を受け取るべき開発者のメール アドレスを追加または削除することもできます。
* 次を選択できます。 **コピー** を選択して次をコピーします。 *Account SID*。これはトークンの一意の API 識別子です。一部のアプリケーションでは、これが *ユーザー名*.
* 選択 **コピー** を選択して次をコピーします。 *Auth Token*。一部のアプリケーションでは、これが *パスワード*.
* また、次を選択することもできます。 **トークンをリセット**を選択して、 *認証トークン* をリセットし、関連するすべてのトークン認可を取り消します。この操作を実行してよいと確信している場合は、確認ボックスで **トークンをリセット** をもう一度選択してください。

</details>

<details>

<summary>API スコープ</summary>

* オンまたはオフを切り替えた後、左側のチェックボックスをオンまたはオフにして、API トークンに許可するアクセス スコープを選択します。
* すべてのスコープを消去するには、ページ右上付近の **すべてクリア** ボタンをクリックします。

  <div data-with-frame="true"><figure><img src="/files/c170dd6039c857b79cdf347a5b97439e3280343d" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>更新</summary>

* トークンの編集が完了したら、 **更新** をページ左下で選択し、次に **更新** を確認ボックスからもう一度選択して、変更を確定します。
* また、次を選択することもできます。 **無効化** してトークンを無効にするか、 **削除** して完全に削除します。トークンを無効化または削除すると、ただちに反映され、そのトークンの使用を試みる新しいリクエストは許可されなくなります。

</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/edit-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.
