2.1. Đăng nhập

Resquest header

Field

Type

Description

N/A

Resquest body

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

Response body

Field

Type

Description

token

String

JWT token (có hiệu lực trong 8 tiếng)

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 updated