---
title: "Get All Slack Channels"
method: GET
path: "/notification/slack_channels"
tags: ["NOTIFICATION"]
---

# Get All Slack Channels

`GET /notification/slack_channels`

## Response `200`

Successful Response

- Notification[]
  - `id` integer, required
  - `type` string, required
  - `config` NotificationConfigPublic, required — Public-facing slice of a notification's `config`. The stored config contains the webhook URL, which is itself the credential — anyone who reads it can post to Slack directly. Only the display name is surfaced over the API; the backend looks up the URL internally via `get_notification_by_id`.
    - `name` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
