Retrieve OAuth Token User Info

After a client application has obtained an access token, it can make a request to the /userinfo endpoint to get user-related information. The data returned include the user's ID, email, username, and other profile details along with the scopes granted to the token.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!