User info endpoint
Returns information about the authenticated user.
An access token must be included in the HTTP Authorization header.
(Authorization: Bearer <access_token>)
User info endpoint errors
Error id
Description
invalid_request
The request is NOT valid. This is usually due to missing access token.
invalid_token
The provided access token has timed out.