ReferenceAPIOperationsNotification Channels
Get notification channel
Returns details for a single notification channel.
Operation ID
get_notification_channelReturns details for a single notification channel.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Channel ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/settings/notification-channels/string"{ "channel": { "channel_type": "webhook", "created_at": 0, "created_by": "string", "enabled": true, "events": [ "string" ], "has_secret": true, "has_smtp_config": true, "has_url": true, "id": "string", "name": "string", "updated_at": 0 }}