Get current user
GET/me
Returns the authenticated user's information based on OAuth access token. Only works with OAuth tokens, not API keys.
Responses
- 200
- 401
- 403
User information
Unauthorized - Missing or invalid token
Forbidden - Token not associated with a user