Español
cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/git-providers/connections \ --header 'Authorization: Bearer <token>'
{ "items": [ { "created_at": 123, "git_connection_id": "<string>", "git_provider_type": "github_token", "host": "<string>", "name": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageGitIntegrations
Service User credential (prefix: cog_)
1 <= x <= 200
Successful Response
Mostrar atributos secundarios
github_token
github_individual_token
github_app
gitlab_token
gitlab_oauth
azure_devops_oauth
bitbucket_oauth
bitbucket_token
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).