Skip to main content
GET
/
v1
/
vcs
/
connections
get vcs connection for an org
curl --request GET \
  --url https://api.nuon.co/v1/vcs/connections \
  --header 'Authorization: <api-key>'
[
  {
    "created_at": "<string>",
    "created_by_id": "<string>",
    "github_account_id": "<string>",
    "github_account_name": "<string>",
    "github_install_id": "<string>",
    "id": "<string>",
    "updated_at": "<string>",
    "vcs_connection_commit": [
      {
        "author_email": "<string>",
        "author_name": "<string>",
        "created_at": "<string>",
        "created_by_id": "<string>",
        "id": "<string>",
        "message": "<string>",
        "sha": "<string>",
        "updated_at": "<string>",
        "vcs_connection_id": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Query Parameters

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

page
integer
default:0

page number of results to return

Response

OK

created_at
string
created_by_id
string
github_account_id
string
github_account_name
string
github_install_id
string
id
string
updated_at
string
vcs_connection_commit
object[]