> 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/agency/zh/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-api-access-tokens-as-an-agency.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-agency/reference/overview-1) 以查看 API 参考文档、集成指南及更多内容。
{% endhint %}

#### 管理访问令牌

1. 在左侧导航菜单中，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **\[菜单] → 设置**.
2. 在 *帐户* 列中，导航至 *技术*，然后选择 **平台 REST Web 服务**.
3. 使用筛选器查找您想要管理的访问令牌。参见 *筛选参考* 如下。
4. 通过选择页面右上角的 ![](/files/738c51b12baf5bb5f727f7a401dc0392c774eaea) **\[更多]** 图标，然后从下拉菜单中选择一个选项来管理旧版令牌。有关可用管理选项的更多信息，请参阅 *菜单参考* 下面的内容。
5. 通过选择创建新的令牌： **创建访问令牌** 来管理访问令牌。
6. 您可以 **编辑令牌** ，方法是选择该令牌的卡片。

<details>

<summary>筛选参考</summary>

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

</details>

<details>

<summary>菜单参考</summary>

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

</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:

```
GET https://help.impact.com/agency/zh/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-api-access-tokens-as-an-agency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
