v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
message-channels

Get message channel by ID

Gets a MessageChannel object.

get/message-channels/{message_channel_id}

Path parameters

message_channel_idstring uuid required

The ID of the message_channel.

Response

The requested message channel.

message_channel_idstring uuid required

The ID of the message channel.

third_party_provider'SLACK'

The third party provider of the message channel.

remote_idstring

The remote ID of the message channel

namestring

The name of the message channel.

is_privateboolean

A bool representing whether or not the message channel is private.

Example response

{
  "message_channel_id": "6670617d-e72a-47f5-a84c-693817ab4860",
  "third_party_provider": "SLACK",
  "remote_id": "C03FJR97276",
  "name": "api-team-audit-channel",
  "is_private": false
}