POST
/
v1
/
vcs
/
connection-callback
curl --request POST \
  --url https://api.nuon.co/v1/vcs/connection-callback \
  --header 'Content-Type: application/json' \
  --data '{
  "github_install_id": "<string>",
  "org_id": "<string>"
}'
{
  "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>",
      "component_config_connection_id": "<string>",
      "created_at": "<string>",
      "created_by_id": "<string>",
      "id": "<string>",
      "message": "<string>",
      "sha": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Body

application/json
Input

The body is of type object.

Response

201
application/json
Created

The response is of type object.