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_namestring
The first name of the user.
last_namestring
The last name of the user.
emailstring
The email address of the user.
profile_picturestring
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