# 作为合作伙伴管理旧版 API 令牌

在 2025 年 4 月之前创建的任何 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/) 以查看 API 参考文档、集成指南等。
{% endhint %}

#### 管理访问令牌

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

<details>

<summary>菜单参考</summary>

| 菜单项         | 说明                                                                               |
| ----------- | -------------------------------------------------------------------------------- |
| **重置（读/写）** | 重置读/写令牌。将生成一个新的 API 令牌，身份验证令牌值将更改。请务必将新的身份验证令牌值添加到任何现有集成中，因为先前的身份验证令牌值将不再通过授权检查。 |
| **重置（只读）**  | 重置只读令牌。将生成一个新的 API 令牌，身份验证令牌值将更改。请务必将新的身份验证令牌值添加到任何现有集成中，因为先前的身份验证令牌值将不再通过授权检查。  |

</details>


---

# 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/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/api-tokens/manage-legacy-api-tokens-as-a-partner.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.
