> For the complete documentation index, see [llms.txt](https://en.apis.alltick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.apis.alltick.co/integration-process/token-application.md).

# Token application

English / [中文](https://apis.alltick.co/jie-ru-liu-cheng/token-shen-qing)

## Application Process

### **Step 1 - Fill Out Registration Information**

{% hint style="info" %}
**Token Application Address**: <https://alltick.co/register>
{% endhint %}

1. **Visit the Registration Page**: Go to the [Token application address](https://alltick.co/register) to start the registration process.
2. **Enter Registration Details**:
   * **Email Address**: Enter a valid email address. This address will be used for subsequent communications and account verification.
   * **Password Setup**: Create a secure password. Ensure the password includes uppercase letters, special characters, and numbers to enhance the security of your account.
   * **Email Verification Code**: Enter the verification code sent to your email. If you don't see the verification code, please check your spam folder.
3. **Complete Registration**: After verifying the information is correct, click the "Register" button. The system will process your registration information. Once registration is successful, you will be automatically redirected to the dashboard page.

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

**Step 2 - Obtain API Token**

1. **Enter the Dashboard**: After registration, the system automatically navigates to the dashboard (Dashboard).
2. **Find the Token**: In the dashboard interface, navigate to the "API keys" section. Here, you will find the API Token that was just generated.
3. **Record the Token**: Copy and securely save your Token. You will need this Token for authentication during API calls.

<figure><img src="/files/7yPugO8lLYiLhYBHYqPE" alt=""><figcaption></figcaption></figure>

**Important Notes**

* Keep your Token secure and avoid sharing it with untrusted third parties.
* If you encounter any issues during the registration or Token generation process, do not hesitate to contact customer support for assistance immediately.
* Always ensure you are using the latest Token for API calls to prevent data access issues due to expiration or invalidation.

By following the steps above, you can smoothly complete the Token application process, thus gaining the permissions needed to access the API.

***

### Official Website

{% hint style="info" %}
Official website: <https://alltick.co/>
{% endhint %}


---

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