> 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. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料]** → **设置**.
2. 在左侧栏中，滚动到 *技术*，然后选择 **API**.
3. 通过选择以下内容创建新令牌： **创建访问令牌** 位于页面右上角。

#### 创建令牌

<details>

<summary>1. 设置</summary>

* 将一个合适的名称输入到 **令牌名称** 文本字段中。
* 添加一个 **说明** 以便日后参考时说明该令牌的用途。
* 指定 **API 版本** 令牌将兼容的 API 版本。我们建议使用最新的 API 版本，这也是默认选择。
* 选择 **下一步**.

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

</details>

<details>

<summary>2. 联系信息</summary>

* 选择一个 **主要联系人** 从下拉菜单中选择。我们会就开发更新与主要联系人联系。
* 你也可以选择为需要了解与访问令牌相关更新的开发者添加电子邮件地址。这在为并非账户用户的开发者创建令牌时很方便。
* 选择 **下一步**.

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

</details>

<details>

<summary>3. API 范围</summary>

* 打开一个 API 类别，然后勾选左侧复选框以选择你希望允许用于 API 令牌的访问范围。
* 你可以通过点击 **全部清除** 页面右上方附近的按钮来清除所有范围。

<div data-with-frame="true"><figure><img src="/files/a50636df6b8d3ef4dd6e86360591790732d03e6d" 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.
