> 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/manage-api-access-tokens-as-a-brand.md).

# 作为品牌管理 API 访问令牌

在本文中，我们将介绍在哪里可以找到以及如何管理您的 API 访问令牌。具有以下权限的账户用户 [账户管理员或实施专员](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) 角色可以启用 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**.
3. 在右上角，选择 **启用旧版令牌**，如果您需要使用旧版 API 令牌。选择该按钮后，它将消失，并且会出现一个 *旧版账户令牌* 卡片。
4. 通过选择该令牌卡片上的 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[More]** 图标来管理旧版令牌，然后从下拉菜单中选择一个选项。请参阅下面的 *菜单参考* ，了解可用管理选项的更多信息。
5. 通过选择以下内容创建新令牌： **创建访问令牌** 在页面右上角。
6. 您可以 **通过选择令牌** 卡片来编辑令牌。

<details>

<summary>Filter reference</summary>

| 筛选        | 说明                                                     |
| --------- | ------------------------------------------------------ |
| **按名称搜索** | 输入您想查看的令牌名称的全部或部分内容。                                   |
| **创建于**   | 选择您希望查看在哪个时间范围内创建的令牌， *最近 7 天*, *最近 30 天*，或 *超过 30 天*. |
| **状态**    | 选择您想查看的令牌状态，可以是 **已启用** 或 **已禁用**.                     |
| **全部清除**  | 选择 **全部清除** 如果您需要重置搜索筛选条件。                             |

</details>

<details>

<summary>菜单参考</summary>

| 菜单项           | 说明                                                                                                    |
| ------------- | ----------------------------------------------------------------------------------------------------- |
| **Duplicate** | 创建一个与该令牌具有相同访问权限和设置的副本。                                                                               |
| **重置**        | 重置该令牌。系统将生成一个新的 API 令牌，且 auth token 值将发生变化。请务必将新的 auth token 值添加到任何现有集成中，因为之前的 auth token 值将不再通过授权检查。 |
| **升级版本**      | 更新该令牌兼容的 API 版本。                                                                                      |
| **禁用**        | 禁用该令牌，使其无法用于身份验证。                                                                                     |
| **删除**        | 完全移除该令牌。                                                                                              |

</details>

#### 获取您的 API 凭据

1. 从顶部导航栏中选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
2. 在 *账户* 列，请导航至 *技术*，然后选择 **API**.
3. 选择您的访问令牌的 **卡片** 以查看其详细信息。
4. 从左侧导航菜单中，选择 **API 凭据**.
5. **复制** 您需要的凭据。


---

# 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/manage-api-access-tokens-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.
