---
title: "列出团队推送渠道"
method: GET
path: "/api/v1/teams/notify/channels"
tags: ["【Team 管理员】通知推送"]
---

# 列出团队推送渠道

`GET /api/v1/teams/notify/channels`

列出当前团队的所有推送渠道及其订阅配置

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainNotifyChannel[]
    - `created_at` integer
    - `enabled` boolean
    - `event_types` ConstsNotifyEventType[]
    - `id` string
    - `kind` 'dingtalk' | 'feishu' | 'wecom' | 'webhook' | 'wechat_mp'
    - `name` string
    - `owner_id` string
    - `owner_type` 'user' | 'team'
    - `scope` string
    - `webhook_url` string
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

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