v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Gets the list of audit and reviewer message channels attached to a group.

get/groups/{group_id}/message-channels

Path parameters

group_idstring uuid required

The ID of the group.

Response

The audit and reviewer message channels attached to the group.

Example response

{
  "channels": [
    {
      "message_channel_id": "7870617d-e72a-47f5-a84c-693817ab4567",
      "third_party_provider": "SLACK",
      "remote_id": "C03FJR97276",
      "name": "api-team-audit-channel",
      "is_private": false
    },
    {
      "message_channel_id": "1520617d-e72a-47f5-a84c-693817ab48ad2",
      "third_party_provider": "SLACK",
      "remote_id": "A4FJR97365D",
      "name": "api-team-monitor-channel",
      "is_private": false
    }
  ]
}