cURL
curl --request GET \ --url https://api.opal.dev/v1/resources/{resource_id}/message-channels \ --header 'Authorization: Bearer <token>'
{ "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 } ] }
Gets the list of audit message channels attached to a resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the resource.
The audit message channels attached to the resource.
Show child attributes
The ID of the message channel.
"6670617d-e72a-47f5-a84c-693817ab4860"
The third party provider of the message channel.
SLACK
"SLACK"
The remote ID of the message channel
"C03FJR97276"
The name of the message channel.
"api-team-audit-channel"
A bool representing whether or not the message channel is private.
false
Was this page helpful?