> 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-legacy-api-tokens-as-an-agency.md).

# 作为代理机构管理旧版 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. 在左侧导航菜单中，选择 ![](https://1116869774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-2353e6dbc5652c0304edc7da554b01277ad88839%2F380bebd18697484deff243a63d0ed3fda5b8b3ae7a5d1da26278c64764d33cd9.svg?alt=media) **\[菜单] → 设置**.
2. 在 *账户* 列中，导航到 *技术*，然后选择 **平台 REST Web 服务**.
3. 在右上角，选择 **启用旧版令牌**，如果你需要使用旧版 API 令牌。选择该按钮后，它将消失，并且会出现一个 *旧版账户令牌* 卡片。
4. 通过选择令牌卡片上的 ![](https://1116869774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-c746d936c908b9090325464502f7c10acda0e993%2F2a92939e8e78dd7e0c0416b1a250d5ef1d7ab0dec966fb5ed320ca62acfc06c5.svg?alt=media) **\[更多]** 图标来管理旧版令牌，然后从下拉菜单中选择一个选项。有关可用管理选项的更多信息，请参阅下方的 *菜单参考* 了解下面的可用管理选项的更多信息。
5. 你也可以选择令牌卡片来查看 API 令牌信息。
   * 在 *概览* 页面，你可以查看有关令牌的信息，并且你可能可以通过选择 **API 版本** 下拉菜单来升级 API 令牌的版本。
   * 在 *API 凭据* 页面，你可以查看并复制 **账户 SID** 和 **验证令牌** 读/写和只读令牌的值。

**菜单参考**

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


---

# 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/agency/zh/what-would-you-like-to-learn-about/account-settings/api-tokens/manage-legacy-api-tokens-as-an-agency.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.
