v1
latestOpenAPI 3.0.12026-07-175557102.5 KBExchange 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",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}