> 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 バージョン。最新の 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.
