v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
resources

Gets the list of audit message channels attached to a resource.

get/resources/{resource_id}/message-channels

Path parameters

resource_idstring uuid required

The ID of the resource.

Response

The audit message channels attached to the resource.

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
    }
  ]
}