Skip to main content
Returns the current GitHub App connection status for the authenticated user.

Authentication

Requires a valid Bearer token.

Response

connected
boolean
required
Whether a GitHub App installation is connected.
installation_id
integer
GitHub App installation ID, if connected.
account
string
GitHub account name (user or organization) the app is installed on.
{
  "connected": true,
  "installation_id": 12345678,
  "account": "my-org"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token