> 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/impact-brand/reference/how-to-structure-requests) 以查看 API 参考文档、集成指南等。
{% endhint %}

#### 创建访问令牌

1. 从顶部导航栏中选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料]** → **设置**.
2. 在左侧栏中，滚动到 *技术*，然后选择 [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml).
3. 通过选择以下项来创建新令牌： **创建访问令牌** ，位于页面右上角。

#### 创建令牌

<details>

<summary>1. 设置</summary>

* 在文本字段中输入一个合适的名称。 **令牌名称** 文本字段。
* 添加一个 **描述** ，用于描述该令牌的用途，以便日后参考。
* 指定 **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.
