> 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/3.-thong-tin-tai-khoan-va-tien-tai-khoan/3.1.-thong-tin-tai-khoan.md).

# 3.1. Thông tin tài khoản

| **URL**                                                     | **Method** |
| ----------------------------------------------------------- | ---------- |
| <https://services.entrade.com.vn/entrade-api/investors/_me> | GET        |

&#x20;

**Resquest header**

| **Field**         | **Type** | **Description**     |
| ----------------- | -------- | ------------------- |
| **Authorization** |          | Bearer \<JWT token> |

&#x20;

**Resquest body**

| **Field** | T**ype** | **Description** |
| --------- | -------- | --------------- |
| **N/A**   |          |                 |

&#x20;

**Response body**

| **Field**      | **Type** | **Description** |
| -------------- | -------- | --------------- |
| **investorId** | String   | Mã khách hàng   |
| **fullName**   | String   | Họ và tên       |
| **mobile**     | String   | Số điện thoại   |
| **email**      | String   | Email           |
| **\<others>**  |          |                 |
