> 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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/edit-api-access-tokens-as-a-brand.md).

# ブランドとして API アクセストークンを編集する

*アカウント管理者* および *導入スペシャリスト* ブランドアカウントのメンバーは、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/brand-api-reference) で、API リファレンスドキュメント、統合ガイドなどをご覧ください。
{% endhint %}

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

1. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール] → 設定**.
2. の中で *アカウント* 列に移動して *テクニカル*、次に選択 **API**.
3. 次を選択してトークンを編集します: **トークンのカード**.

#### トークンを編集する

<details>

<summary>概要</summary>

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

</details>

<details>

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

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

</details>

<details>

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

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

<figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FtYt5O9Jq3jY4vuSHycFC%2FScreenshot%202026-04-20%20at%2015.15.53.png?alt=media&amp;token=561506fd-5605-42cc-b305-577e129f6110" alt=""><figcaption></figcaption></figure>

</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/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/edit-api-access-tokens-as-a-brand.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.
