Github App Info
public
Github App Info
Public info about the configured GitHub App.
Lets the frontend deep-link to GitHub’s install picker (and to a user’s installations list) without hardcoding the App slug. No secrets — slug is the same one that appears in App URLs.
GET
Github App Info
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Public, non-secret info about the configured GitHub App.
Frontend uses install_url to deep-link into GitHub's install picker (e.g. an "Install on another account" button) without hardcoding the slug. manage_url points at the user's installation list on GitHub for ad-hoc audit.