Slack
Requires the Snyk Slack App to be set up for this org, will retrieve a list of channels the Snyk Slack App can access. Note that it is currently only possible to page forwards through this collection, no prev links will be generated and the ending_before parameter will not function.
Authorizations
Path parameters
org_idstring · uuidrequired
Org ID
tenant_idstring · uuidrequired
Tenant ID
Query parameters
starting_afterstringoptional
Return the page of results immediately after this cursor
Example:
v1.eyJpZCI6IjEwMDAifQo=
ending_beforestringoptional
Return the page of results immediately before this cursor
Example:
v1.eyJpZCI6IjExMDAifQo=
limitinteger · int32 · min: 10 · max: 1000 · default: 1000optional
Number of results to return per page
Example:
100
versionstringrequired
Requested API version
Example:
2021-06-04
Pattern:
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Responses
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
cURL
JavaScript
Python
HTTP
200
400
401
403
404
409
500
Requires the Snyk Slack App to be set up for this org. It will return the Slack channel name for the provided Slack channel ID.
Authorizations
Path parameters
org_idstring · uuidrequired
Org ID
channel_idstring · urirequired
Slack Channel ID
tenant_idstring · uuidrequired
Tenant ID
Query parameters
versionstringrequired
Requested API version
Example:
2021-06-04
Pattern:
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Responses
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
application/vnd.api+json
cURL
JavaScript
Python
HTTP
200
400
401
403
404
409
500
Last updated
Was this helpful?