Skip to content

/vcs-connections (GET)

GET
/vcs-connections
curl --request GET \
--url https://example.com/api/v1/vcs-connections

Default Response

Media type application/json
Array<object>
object
id
required
string
provider
required
Any of:
string
Allowed values: github
kind
required
Any of:
string
Allowed values: github_app
accountLogin
required
string
installationId
required
Any of:
string
githubAppId
required
Any of:
string
createdAt
required
string format: date-time
Example
[
{
"provider": "github",
"kind": "github_app"
}
]