> 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. 上部のナビゲーションバーから ![](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>1. セットアップ</summary>

* に適切な名前を入力します **トークン名** テキストフィールド。
* を追加する **説明** 後で参照できるよう、トークンの目的を説明する名前にしてください。
* 指定してください **API バージョン** トークンが互換性を持つ API バージョンを選択します。デフォルトでもある最新の API バージョンの使用をおすすめします。
* 選択 **次へ**.

<div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FAluBSdXhBLmUbLDwLexN%2FScreenshot%202026-04-20%20at%2011.04.17.png?alt=media&amp;token=bd378028-d5b8-4f2b-9eb1-699d4ae792c7" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

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

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

<div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fek8rS9xyjkynutZrdw9V%2FScreenshot%202026-04-20%20at%2011.07.07.png?alt=media&amp;token=1215cadf-8474-4ae8-8faf-c592411314a7" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

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

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

<div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FesmY9AcxNd2InyjDv3OK%2FScreenshot%202026-04-20%20at%2011.11.23.png?alt=media&amp;token=b077402a-aafc-457b-9426-210bdd622a41" 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.
