> 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/create-an-api-access-token-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>1. セットアップ</summary>

* 適切な名前を次の欄に入力します: **トークン名** テキストフィールド。
* 次を追加します: **説明** 将来参照できるよう、トークンの目的を説明する内容を。
* 次を指定します: **API バージョン** このトークンと互換性のあるもの。既定の選択でもある最新の API バージョンの使用を推奨します。
* 次を選択します: **次へ**.

<div data-with-frame="true"><figure><img src="/files/34c9c3d47d2ee3514d79dd89d5c1a5e98672c204" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. 連絡先情報</summary>

* 次を選択します: **主連絡先** ドロップダウンメニューから選択します。開発の更新については主連絡先にご連絡します。
* 必要に応じて、アクセストークンに関する更新を知っておくべき開発者のメールアドレスを追加します。これは、アカウントユーザーではない開発者向けにトークンを作成する場合に便利です。
* 次を選択します: **次へ**.

<div data-with-frame="true"><figure><img src="/files/7e4e949b9e5831c54a3a8d830d5da4b3aceb3ffa" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

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

* API カテゴリをオンにし、左側のチェックボックスにチェックを入れて、API トークンで許可するアクセススコープを選択します。
* すべてのスコープをクリアするには、次をクリックします: **すべてクリア** ページ右上付近のボタン。

<div data-with-frame="true"><figure><img src="/files/21a55330e7c255c743114a85be92fe2738dd90d8" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4. 作成を選択</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/create-an-api-access-token-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.
