v1-github

Get Github Status

Check if the current user has GitHub connected.

Returns connection status, username, granted scopes, and whether unlink is allowed.

get/v1/user/github/status

Response

Successful Response

connectedboolean required
github_usernamestring nullable required
github_user_idstring nullable required
scopesstring[] required
is_validboolean required
can_unlinkboolean required

Changes