cURL
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>", "created_at": "<string>", "created_by_id": "<string>", "id": "<string>", "message": "<string>", "sha": "<string>", "updated_at": "<string>", "vcs_connection_id": "<string>" } ] }
Input
The body is of type object.
object
Created
The response is of type object.