Skip to content

Landing page after installing GitHub App.

GET
/v1/apps/github/landing

GitHub will redirect to this endpoint, once the user finishes installing our app.
The parameters sent along are used to verify the authenticity of this request as well as associate it with
a TMC org.

Parameters

Query Parameters

state*

Forwarded state associated with the installation attempt

Typestring
Required
setup_action*

The action the user has taken on GitHub that led to the visit of this page

Typestring
Required
Enum
"install"
installation_id*

The github installation ID the action on GitHub affected.

Typeinteger
Required
format"int64"

Responses

will redirect to Github settings

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI