cURL
curl --request GET \ --url https://api.nuon.co/v1/vcs/connections/{connection_id} \ --header 'Authorization: <api-key>'
{ "created_at": "<string>", "created_by_id": "<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_branch_id": "<string>", "vcs_connection_id": "<string>", "vcs_connection_repo_id": "<string>" } ] }
Type "Bearer" followed by a space and token.
connection ID
OK
The response is of type object.
object