Skip to main content
POST
/
api
/
5
/
user
/
getUserInfo
查询用户信息
curl --request POST \
  --url https://sg.sobot.io/api/5/user/getUserInfo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "uid": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
uid
string

Response

200

No Content