v1
latestOpenAPI 3.0.12026-07-175557102.5 KBGet authenticated user's details
Returns details of the authenticated user
get/user
Response
OK
Example response
{
"name": "Ryan Dahl",
"email": "ry@example.com",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80,
"scopeUsage": 3,
"scopeLimit": 10,
"inviteCount": 3
}