Get user info
Retrieve user information based on the access token.
get/oauth/me
Response
User info retrieved successfully
Example response
{
"id": "user-123",
"name": "John Doe",
"email": "john.doe@example.com"
}Retrieve user information based on the access token.
User info retrieved successfully
{
"id": "user-123",
"name": "John Doe",
"email": "john.doe@example.com"
}