Chuyển đến nội dung chính
GET
/
v2
/
me
Lấy thông tin user
curl --request GET \
  --url https://genaipro.vn/api/v2/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "abc123",
  "username": "johndoe",
  "balance": 50000
}

Response

id
string
ID người dùng
username
string
Tên người dùng
balance
number
Số dư tài khoản
{
  "id": "abc123",
  "username": "johndoe",
  "balance": 50000
}