v1

latestOpenAPI 3.0.02026-08-0645062.8 KB

Get user info

Retrieve user information based on the access token.

get/oauth/me

Response

User info retrieved successfully

idstring
namestring
emailstring

Example response

{
  "id": "user-123",
  "name": "John Doe",
  "email": "john.doe@example.com"
}