Identify user OAuth Scope: identify:read
Identify user OAuth Scope: identify:read
Retrieve information about the user who authorized the OAuth access token.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
first_name
The first name of the user.
last_name
The last name of the user.
email
The email address of the user.
profile_picture
URL to the user's profile picture.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error