---
title: "List slack webhooks"
method: GET
path: "/slack-webhooks"
tags: ["Slack Boosts"]
---

# List slack webhooks

`GET /slack-webhooks`

List all Slack webhooks (connected marketing boost channels) for the current workspace. Use an `id` from this list as `slackWebhookId` when creating a slack boost.

## Response `200`

List of Slack webhooks

- object
  - `slackWebhooks` SlackWebhook[]
    - `id` string, uuid
    - `channelName` string
    - `teamName` string
    - `teamIconUrl` string, nullable — Slack team icon URL when available
    - `notifyByDefault` boolean — When true, new posts auto-include a slack boost for this channel unless removed
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key

---

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