Skip to content

GitHub App install callback

GET
/auth/github/callback
curl --request GET \
--url 'https://api.deploybase.eu/api/v1/auth/github/callback?state=example'

Handles the redirect from GitHub, stores the installation, and redirects to the frontend.

installation_id
integer

GitHub installation ID

state
required
string

Signed state token

Found