---
title: "List all Slack integrations"
method: GET
path: "/integrations/slack"
tags: ["slack", "channel/slack"]
---

# List all Slack integrations

`GET /integrations/slack`

Retrieves the current Slack integration configurations for a specific integration type in the project. Returns configuration details and status information.

## Response `200`

OK

- SlackConfigCollection
  - `data` SlackConfig[]
    - `config` SlackConfigPayload, required
      - `app_id` string, required — The Slack app ID that can be found in the app's settings page of the Slack API dashboard.
      - `client_id` string, required — The Slack client ID that can be found in the app's settings page of the Slack API dashboard.
      - `client_secret` string, required — The Slack client secret that can be found in the app's settings page of the Slack API dashboard.
      - `signing_secret` string, required — The Slack signing secret that can be found in the app's settings page of the Slack API dashboard.
    - `id` string, required
    - `name` string, required
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
