# 为品牌管理旧版 API 令牌

2025年4月之前创建的任何 API 令牌都被视为旧版令牌。本文将帮助你查找和管理旧版 API 访问令牌。阅读一些关于如何 [安全保管访问令牌](/other/zh/readme/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="info" %}
**注意：** 访问 impact.com 的 [集成门户](https://integrations.impact.com/) 以查看 API 参考文档、集成指南等内容。
{% endhint %}

#### 管理访问令牌

1. 从顶部导航栏中选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
2. 在 *账户设置* 列，请导航至 *技术*，然后选择 **API**.
3. 在右上角，选择 **启用旧版令牌**，如果您需要使用旧版 API 令牌。选择该按钮后，它将消失，并且会出现一个 *旧版账户令牌* 卡片。
4. 通过选择该令牌卡片上的 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[More]** 图标来管理旧版令牌，然后从下拉菜单中选择一个选项。请参阅下面的 *菜单参考* ，了解可用管理选项的更多信息。
5. 你还可以选择令牌卡片来查看 API 令牌信息。
   * 在 *概览* 页面，你可以查看有关令牌的信息，并且你可能可以通过选择 **API 版本** 下拉菜单。
   * 在 *API 凭据* 页面，你可以查看并复制 **账户 SID** 和 **Auth Token** 读/写和只读令牌的值。

**菜单参考**

| 菜单项         | 说明                                                                            |
| ----------- | ----------------------------------------------------------------------------- |
| **重置（读/写）** | 重置读/写令牌。将生成一个新的 API 令牌，且认证令牌值将发生变化。请务必将新的认证令牌值添加到任何现有集成中，因为之前的认证令牌值将不再通过授权检查。 |
| **重置（只读）**  | 重置只读令牌。将生成一个新的 API 令牌，且认证令牌值将发生变化。请务必将新的认证令牌值添加到任何现有集成中，因为之前的认证令牌值将不再通过授权检查。  |
| **升级版本**    | 升级旧版令牌的版本。                                                                    |


---

# Agent Instructions: 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/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/manage-legacy-api-tokens-as-a-brand.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.
