> 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/ni-xiang-liao-jie-shen-me/account-management/account-settings/api-tokens/create-an-api-access-token-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. 在顶部导航栏中，选择 ![](/files/d599d976891a5c0517520cf3405bba1bb9d7163f) **\[用户个人资料] → 设置**.
2. 在 *技术*下，选择 **API**.
3. 通过选择 **创建访问令牌** 在页面右上方。

## 创建令牌

<details>

<summary>1. 设置</summary>

* 在 **令牌名称** 文本字段中输入一个合适的名称。
* 添加 **描述** 以描述该令牌的用途，便于您日后参考。
* 指定 **API 版本** 该令牌兼容的版本。我们建议使用最新的 API 版本，这也是默认选择。
* 选择 **下一步**.

  <div data-with-frame="true"><figure><img src="/files/8ae366ef2d8fdbde03a258467b396310a24bd482" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. 联系信息</summary>

* 选择一个 **主要联系人** ，从下拉菜单中选择。我们会就开发更新与主要联系人联系。
* 您也可以选择性地添加应了解与访问令牌相关更新的开发者电子邮件地址。这在为非账户用户的开发者创建令牌时很有用。

  <div data-with-frame="true"><figure><img src="/files/178b079dd3a9c4524551a4fd1830e5016700f4eb" alt="" width="563"><figcaption></figcaption></figure></div>
* 选择 **下一步**.

</details>

<details>

<summary>3. API 作用域</summary>

* 先打开一个 API 类别，然后勾选左侧复选框，选择您希望在 API 令牌中允许的访问作用域。
* 您可以通过单击 **全部清除** 按钮，清除页面右上角附近的所有作用域。

  <div data-with-frame="true"><figure><img src="/files/a96df9f6c3491e134fd65c52641ed8e522b9f6bb" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4. 创建</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/ni-xiang-liao-jie-shen-me/account-management/account-settings/api-tokens/create-an-api-access-token-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.
