Using the API to set up a GitHub connection
Prerequisites
Install Broker for your Organization
curl --location --request POST 'https://api.snyk.io/rest/orgs/ORG_ID/apps/installs?version=2025-11-05' \
--header 'Content-Type: application/vnd.api+json' \
--header 'Authorization: token YOUR_SNYK_TOKEN' \
--data-raw '{
"data": {
"type": "app_install",
"relationships": {
"app": {
"data": {
"id": "SNYK_BROKER_APP_ID",
"type": "app"
}
}
}
}
}'Create your deployment
Run your Broker deployment
Create your credentials reference or references
Create your connection or connections
Connect your Organization integration to use a connection
Last updated
Was this helpful?

