> For the complete documentation index, see [llms.txt](https://hdsd2.entrade.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/2.-dang-nhap.md).

# 2. Đăng nhập

| **URL**                                               | **Method** |
| ----------------------------------------------------- | ---------- |
| <https://services.entrade.com.vn/entrade-api/v2/auth> | POST       |

&#x20;

**Resquest header**

| **Field** | **Type** | **Description** |
| --------- | -------- | --------------- |
| **N/A**   |          |                 |

&#x20;

**Resquest body**

| **Field**    | **Type** | **Description**          |
| ------------ | -------- | ------------------------ |
| **username** | String   | email hoặc số điện thoại |
| **password** | String   | Mật khẩu                 |

&#x20;

**Response body**

| **Field** | **Type** | **Description**                       |
| --------- | -------- | ------------------------------------- |
| **token** | String   | JWT token (có hiệu lực trong 8 tiếng) |
