Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nuon vcs API is one of 18 APIs that Nuon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include vcs. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 12 operations across 9 paths, and defines 28 schemas. It is described by OpenAPI 2.0, at version 0.19.1074.

Requests are made against the base URL https://api.nuon.co.

12 operations 9 paths 28 schemas 1 DELETE6 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon vcs API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 6 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

vcs 12

vcs

POST
/v1/vcs/connection-callback
public connection to create a vcs connection via a callback
CreateVCSConnectionCallback 1 param → 201400401403404409500
GET
/v1/vcs/connections
get vcs connection for an org
GetOrgVCSConnections 3 params → 200400401403404500
POST
/v1/vcs/connections
create a vcs connection for Github
CreateVCSConnection 1 param → 201400401403404409500
DELETE
/v1/vcs/connections/{connection_id}
Deletes a VCS connection
DeleteVCSConnection 2 params → 204400401403404500
GET
/v1/vcs/connections/{connection_id}
returns a vcs connection for an org
GetVCSConnection 1 param → 200400401403404500
GET
/v1/vcs/connections/{connection_id}/branches
List branches for a repository
GetVCSConnectionRepoBranches 3 params → 200400401403404500
GET
/v1/vcs/connections/{connection_id}/check-status
check the real-time status of a VCS connection
CheckVCSConnectionStatus 1 param → 200400401403404500
GET
/v1/vcs/connections/{connection_id}/repos
List VCS connection repositories
1 param → 200400401403404500
GET
/v1/vcs/connections/{connection_id}/webhook-subscription
returns the webhook subscription for a vcs connection
GetVCSConnectionWebhookSubscription 1 param → 200400401403404500
POST
/v1/vcs/connections/{connection_id}/webhook-subscription
creates a webhook subscription for a vcs connection
CreateVCSConnectionWebhookSubscription 1 param → 201400401403404500
POST
/v1/vcs/webhooks/{subscription_id}/events
Write a VCS webhook event (shared per subscription)
WriteWebhookEvent 1 param → 200400401404500
POST
/v1/vcs/{vcs_connection_id}/events
Write a VCS webhook event
WriteVCSEvent 1 param → 200400404500

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are github.User (44 properties), app.QueueEmitter (21 properties), app.QueueSignal (20 properties), app.Queue (16 properties). Each schema is shown below with its type and property counts.

github.Match
object
2 properties
app.VCSConnectionCommit
object
11 properties
app.QueueEmitter
object
21 properties
signaldb.SignalData
object
1 property
app.VCSWebhookSubscription
object
9 properties
app.CompositeStatus
object
6 properties
app.Queue
object
16 properties
app.GithubEvent
object
8 properties
app.QueueSignal
object
20 properties
app.VCSConnection
object
10 properties
service.VCSConnectionAccount
object
3 properties
app.QueueEmitterMode
string
app.Status
string
github.TextMatch
object
5 properties
service.VCSConnectionRepo
object
9 properties
cctx.SignalContext
object
4 properties
github.User
object
44 properties
callback.Ref
object
3 properties
service.VCSConnectionReposResponse
object
2 properties
service.VCSConnectionStatusResponse
object
9 properties
service.CreateConnectionRequest
object
1 property 1 required
signaldb.WorkflowRef
object
3 properties
blobstore.Blob
object
stderr.ErrResponse
object
3 properties
service.Branch
object
1 property
github.Timestamp
object
1 property
github.Plan
object
6 properties
service.CreateConnectionCallbackRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-vcs-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon apps API
Nuon auth API
Nuon components API
Nuon general API
Nuon installs API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API