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

# エージェンシーとして 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-agency/reference/overview-1) を確認して、API リファレンスドキュメント、統合ガイドなどを表示してください。
{% endhint %}

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

1. 左側のナビゲーションメニューから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー]** → **設定**.
2. 「 *アカウント* 列で、次へ移動し、 *テクニカル*、次に選択します **Platform REST Web Services**.
3. 次を選択してトークンを編集します: **トークンのカード**.

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

<details>

<summary>概要</summary>

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

</details>

<details>

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

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

</details>

<details>

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

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

  <div data-with-frame="true"><figure><img src="/files/ffab3c05b6e5c4930341931703c822e68a6134f3" alt=""><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/agency/ja/what-would-you-like-to-learn-about/account-settings/api-tokens/edit-api-access-tokens-as-an-agency.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.
