ENTRADE X
Search
K
Comment on page

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

Resquest header

Field
Type
Description
Authorization
Bearer <JWT token>

Resquest body

Field
Type
Description
N/A
OK

Response body

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>'