Skip to main content
GET
/
v2
/
me
Get User Info (v2)
curl --request GET \
  --url https://genaipro.vn/api/v2/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "abc123",
  "username": "johndoe",
  "balance": 50000
}

Response

id
string
User ID
username
string
Username
balance
number
Account balance
{
  "id": "abc123",
  "username": "johndoe",
  "balance": 50000
}