Skip to main content
GET
/
integrations
/
slack
Get all Slack Integration Resources for an organisation
curl --request GET \
  --url https://api.eu.bronto.io/integrations/slack \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "integrations": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "api_alerts",
      "channels": [
        "production-alerts",
        "usage-alerts"
      ],
      "workspace_id": "12345678-589b-4dea-8efa-444bb3201bb6"
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

Successful response

integrations
object[]