v1
latestOpenAPI 3.0.02026-08-0645062.8 KBGet 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"
}