SlackSettings
This document uses the REST API. For more details, see the Authentication for API page.
Create new Slack notification default settings.
Create new Slack notification default settings for a given tenant.
POSThttps://api.snyk.io/rest/orgs/{org_id}/slack_app/{bot_id}
Path parameters
org_id*string (uuid)
Org ID
bot_id*Uuid (string (uuid))
Bot ID
Query parameters
Body
Create new Slack notification default settings for a tenant.
data*object
Response
Default settings created successfully
Headers
Body
dataSlackDefaultSettingsData (object)
jsonapiJsonApi (object)
linksSelfLink (object)
Request
Response
Get Slack integration default notification settings.
Get Slack integration default notification settings for the provided tenant ID and bot ID.
GEThttps://api.snyk.io/rest/orgs/{org_id}/slack_app/{bot_id}
Path parameters
org_id*string (uuid)
Org ID
bot_id*Uuid (string (uuid))
Bot ID
Query parameters
Response
Default settings created successfully
Headers
Body
dataSlackDefaultSettingsData (object)
jsonapiJsonApi (object)
linksSelfLink (object)
Request
Response
Remove the given Slack App integration
Remove the given Slack App integration
DELETEhttps://api.snyk.io/rest/orgs/{org_id}/slack_app/{bot_id}
Path parameters
org_id*string (uuid)
Org ID
bot_id*Uuid (string (uuid))
Bot ID
Query parameters
Response
Slack App integration successfully removed
Headers
Request
Response