> 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/zh/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/zh/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://1186853034-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://1186853034-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://1186853034-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://1186853034-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/zh/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.
