Github Connection Status
public
Github Connection Status
Check if user has connected GitHub.
connected reflects the same working-token condition the capability
endpoints (/installations, /repositories, /branches) gate on —
not merely whether an installation record exists. A stored
installation_id with a dead token (decrypt failure, refresh failure,
App suspend) reports connected=False + needs_reconnect=True instead
of a phantom “connected” that 400s everywhere else. Expired tokens
self-heal here via the shared refresh path.
GET
Github Connection Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.