latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

slack
channel/slack

List all Slack integrations

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

get/integrations/slack

Response

OK

Example response

{
  "data": [
    {
      "config": {
        "app_id": "12345678901",
        "client_id": "1.0",
        "client_secret": "12345678901234567890123456789012",
        "signing_secret": "12345678901234567890123456789012"
      },
      "id": "123",
      "name": "<provider-name>"
    }
  ],
  "links": {
    "first": "https://api.magicbell.com/v1/example",
    "next": "https://api.magicbell.com/v1/example?page_next=abc",
    "prev": null
  }
}