GitHub App installation callback
GET
/github/app/install/callback
const url = 'https://example.com/api/github/app/install/callback';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/github/app/install/callbackHandles redirect after user installs the GitHub App.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” installation_id
string
setup_action
string
Responses
Section titled “ Responses ”Redirect to dashboard