Me
Retrieve the current user
Returns a user
GET
/
v5
/
me
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
string
requiredThe ID of the user, which will look like user_*************
username
string
requiredThe username of the user
name
string
The first and last name of the user.
email
string
The email of the user
profile_pic_url
string
The URL of the user's profile picture
Was this page helpful?