Get User Profile
GET
/v1/user/meRequest
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
object
required
id
string
required
avatarurl
string
required
username
string
required
country
string | null
required
role
string
required
Example
{
"data": {
"id": "T2JzT7HuJl9kXE8DwklLD",
"avatarurl": "https://avatars.githubusercontent.com/u/43536183",
"username": "Dr. Harvey Batz",
"country": "South Georgia and the South Sandwich Islands",
"role": "ut non ut"
}
}
Last modified: 24 days ago