v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
IM Channels

List IM channels in a workspace

get/api/workspaces/{id}/im/channels

Path parameters

idstring required

Workspace id

Response

OK

Example response

{
  "channels": [
    {
      "provider": "weixin",
      "routing_mode": "codex"
    }
  ]
}