ReferenceAPI referenceSlack
Return Slack alert delivery settings
GET
/organizations/{organization_id}/slack/alertstasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/slack/alerts"{ "data": { "enabled": true, "channel_id": "string", "channel_name": "string" }}