Retrieves the currently authenticated user.

The getMe function fetches the user associated with the provided access token. It returns detailed information about the authenticated user, including their profile data and public metrics. This function is useful for obtaining the current user's information in applications using OAuth authentication.

post/getMe

Request body

Response

Successful response

Changes