OAuth2
Get user info
Returns the user information associated with an access token.
GET
/
v1
/
oauth
/
userinfo
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
User given name.
User family name.
User full name.
User picture URL.
User email.
Indicates if the user email is verified.
Was this page helpful?