> 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. 上部のナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
2. 〜で *アカウント* 列で、〜に移動し、 *技術*、次に **API**.
3. 次の〜を選択してトークンを編集します **トークンのカード**.

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

<details>

<summary>概要</summary>

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

</details>

<details>

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

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

</details>

<details>

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

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

<figure><img src="/files/26d3dbf614a91036f9b534119f7b24a32f9c2b69" 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.
