GET
/
v1
/
vcs
/
connected-repos
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/vcs/connected-repos \
  --header 'Authorization: <api-key>'
[
  {
    "clone_url": "<string>",
    "default_branch": "<string>",
    "full_name": "<string>",
    "git_url": "<string>",
    "github_install_id": "<string>",
    "name": "<string>",
    "user_name": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Response

200 - application/json
clone_url
string
required
default_branch
string
required
full_name
string
required
git_url
string
required
github_install_id
string
required
name
string
required
user_name
string
required