Resources
List Git providers
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.
GET
List Git providers
Documentation Index
Fetch the complete documentation index at: https://api-docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Response
List of available Git providers
Git provider identifier
Available options:
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.
Previous
Create device codeRequest a new device authorization code. The external client displays this code to the user, who then visits the Sevalla dashboard to approve the device. The client polls the GET endpoint until the code is approved, denied, or expired. Codes expire after 5 minutes. Maximum 5 active codes per IP address.
Next
List Git providers