Tasuku
ReferenceAPI referenceSlack

Return Slack alert delivery settings

GET/organizations/{organization_id}/slack/alerts

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response 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"  }}