> 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/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/api-tokens/edit-api-access-tokens-as-a-partner.md).

# 作为合作伙伴编辑 API 访问令牌

按照以下步骤编辑品牌 API 令牌。阅读一些关于如何 [确保您的访问令牌安全](/other/zh/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

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

## 编辑访问令牌

1. 在顶部导航栏中，选择 ![](https://1152657667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2FhyR4iWDS0fO9ZcKFGf82%2FUser%20profile.svg?alt=media\&token=281d8f1b-b9c5-4208-a0a2-a078f54e0eb6) **\[用户个人资料] → 设置**.
2. 在 *账户* 列中，前往 *技术*，然后选择 **API**.
3. 通过选择以下项来编辑令牌： **令牌卡片**.

## 编辑令牌

<details>

<summary>概览</summary>

* 您可以更新以下内容： **令牌名称** 或 **描述** 文本字段。
* 您还可以更新 **API 版本** ，如果访问令牌配置的是早于最新版本的 API 版本。

</details>

<details>

<summary>API 凭据</summary>

* 在此页面上，您可以选择不同的 **主要联系人** ，如有需要，可从下拉菜单中选择。
* 您也可以选择添加或移除应包含在与访问令牌相关更新中的开发者电子邮件地址。
* 您可以选择 **复制** 以复制 *账户 SID*，这是令牌唯一的 API 标识符。在某些应用程序中，这会被用作 *用户名*.
* 选择 **复制** 以复制 *认证令牌*。在某些应用程序中，这会被用作 *密码*.
* 您也可以选择 **重置令牌**，以重置 *认证令牌* 并撤销所有相关的令牌授权。如果您确定要执行此操作，请在确认框中再次选择 **重置令牌** 再次选择。

</details>

<details>

<summary>API 作用域</summary>

* 打开或关闭，然后勾选或取消左侧复选框，以选择您希望为 API 令牌允许的访问作用域。
* 您可以通过点击 **全部清除** 页面右上角附近的按钮来清除所有作用域。

  <div data-with-frame="true"><figure><img src="https://1152657667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2FtXzAEs78HINzVN1w9uvo%2FScreenshot%202026-05-20%20at%2022.31.44.png?alt=media&amp;token=7e91b8a0-5465-4e7d-8871-b39c642166ad" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>更新</summary>

* 完成令牌编辑后，选择 **更新** 页面左下角的 **更新** ，然后在确认框中再次选择，以确认更改。
* 您也可以选择 **禁用** 以禁用令牌，或 **删除** 将其永久移除。禁用或删除令牌都会立即生效，任何尝试使用该令牌的新请求都将被拒绝。

</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, and the optional `goal` query parameter:

```
GET https://help.impact.com/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/api-tokens/edit-api-access-tokens-as-a-partner.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.
