Comment on page
3.1. Thông tin tài khoản
Field | Type | Description |
Authorization | Bearer <JWT token> |
Field | Type | Description |
N/A | OK |
Field | Type | Description |
investorId | String | Mã khách hàng |
name | String | Họ và tên |
custodyCode | String | Số lưu ký |
mobile | String | Số điện thoại |
email | String | Email |
<others> |
cURL
curl --location --request GET 'https://services.entrade.com.vn/dnse-user-service/api/me' \
--header 'Content-Type: application/json' \
--header 'authorization: Bearer <jwt_token_from_login_API_response_step_2.1>'
Last modified 1mo ago