GET
/
v5
/
me
curl --request GET \
  --url https://{defaultHost}/v5/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "username": "<string>",
  "email": "<string>",
  "profile_pic_url": "<string>"
}

Authorizations

Authorization
string
header
required

User OAuth token for /v5/me endpoints

Response

200 - application/json

user retrieved

The response is of type object.