Retrieve available Git providers (GitHub, Bitbucket, GitLab) with their OAuth connect URLs. Use the connect_url to initiate the OAuth flow and link a Git account. GitHub also includes a settings_url for managing repository access permissions.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
List of available Git providers
Git provider identifier
github, bitbucket, gitlab Human-readable provider name
OAuth authorization URL to connect the provider to the user account
URL to manage repository access settings. Only available for GitHub.