Comment on page
2.1. Đăng nhập
URL | Method |
POST |
Field | Type | Description |
N/A |
Field | Type | Description |
username | String | ID đăng nhập: email hoặc số điện thoại hoặc số lưu ký |
password | String | Mật khẩu |
Field | Type | Description |
token | String | JWT token (có hiệu lực trong 8 tiếng) |
cURL
curl --location --request POST 'https://services.entrade.com.vn/dnse-auth-service/login' \
--header 'Content-Type: application/json' \
--data '{"username":"<your_email OR your_mobile OR your_custody_code>","password":"<your_password>"}'
Last modified 1mo ago