github

GitHub OAuth callback

Handles the OAuth callback from GitHub after user authorization.

get/api/v1/github/callback

Query parameters

codestring nullable

OAuth authorization code

OAuth authorization code

statestring required

State token for CSRF validation

State token for CSRF validation

installation_idinteger nullable

GitHub App installation ID

GitHub App installation ID

errorstring nullable

OAuth error code from GitHub

OAuth error code from GitHub

error_descriptionstring nullable

OAuth error description

OAuth error description

Response

Successful Response

{"stackTrail":"paths:/api/v1/github/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes