API
CLI
GET /v1beta/vcs
Example response
200 OK
Details about the version control providers available for use.
JSON
{
"github": {
"email": "email@example.com",
"login": "vcs-user"
},
"gitlab": {
"email": "email@example.com",
"login": "vcs-user"
},
"bitbucket": {
"email": "email@example.com",
"login": "vcs-user"
},
"selfHosted": [
{
"email": "email@example.com",
"login": "vcs-user",
"name": "Self Hosted VCS",
"vcsUrl": "https://git.example.com",
"vcsType": "gitlab-ee",
"internalId": "example-team/self-hosted-vcs",
"entityName": "Example Team"
}
]
}