Exchange authorization code for access token
Exchanges an authorization code for an access token
post/authorizations/exchange
Request body
Response
OK
Example response
{
"user": {
"name": "Ryan Dahl",
"email": "ry@example.com",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80,
"scopeUsage": 3,
"scopeLimit": 10,
"inviteCount": 3
}
}