# Token 申请

[English ](https://en.apis.alltick.co/integration-process/token-application)/ 中文

## 申请流程

### 第一步 -  填写注册信息

{% hint style="info" %}
Token申请地址：<https://alltick.co/register>
{% endhint %}

1. **访问注册页面**：前往[Token申请地址](https://alltick.co/register)以开始注册过程。
2. **输入注册详情**：
   * **邮箱地址**：输入一个有效的邮箱地址，该地址将用于后续的通讯和账户验证。
   * **密码设置**：创建一个安全的密码。确保密码包含大小写字母、特殊字符和数字，以增加账户的安全性。
   * **邮箱验证码**：输入发送到您邮箱的验证码。如果没有看到验证码，请检查垃圾邮件文件夹。
3. **完成注册**：检查信息无误后，点击“注册”按钮。系统将处理您的注册信息，注册成功后，您将自动跳转到仪表盘页面。

<figure><img src="/files/HU2q7WCSdCJbSIRnXGZG" alt=""><figcaption></figcaption></figure>

## Step 2 - 获取 API Token

1. **进入仪表盘**：注册完毕后，系统自动导航至仪表盘（Dashboard）。
2. **找到Token**：在仪表盘界面，导航至“API keys”部分。在这里，您将找到刚刚生成的API Token。
3. **记录Token**：复制并安全地保存您的Token。您需要在API调用时使用此Token进行身份验证。

<figure><img src="/files/kZJy1HkkEbyo16ROONXf" alt=""><figcaption></figcaption></figure>

#### 注意事项

* 保护您的Token安全，避免共享给不信任的第三方。
* 如果遇到注册或Token生成过程中的任何问题，不要犹豫，立即联系客服支持获取帮助。
* 始终确保使用最新的Token进行API调用，以免因过期或失效而影响数据访问。

通过遵循上述步骤，您可以顺利完成Token的申请过程，从而获得访问API所需的权限。

***

#### AllTick网站

{% hint style="info" %}
官方网站：<https://alltick.co/>
{% endhint %}


---

# 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://apis.alltick.co/integration-process/token-application.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.
