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