v1
latestOpenAPI 3.1.02026-07-222392081.7 MBOAuth2
Get user info
Returns user information for the authenticated access token.
get/oauth/userinfo
Response
Example response
{
"given_name": "John",
"family_name": "Doe",
"name": "John Doe",
"picture": "https://...",
"email": "john@doe.com",
"email_verified": true
}