Get the alert channel details
The channel id
2c1fc20d-59b4-4f67-8982-6e0377e8fdbd
GET /api/v1/environments/{name}/proxy/api/v1/alert/channels/{id} HTTP/1.1 Host: Accept: */*
{ "id": "2c1fc20d-59b4-4f67-8982-6e0377e8fdbd", "name": "kafka-prd-health", "templateName": "Slack", "templateVersion": 1, "connectionName": "slack-connection", "properties": [ { "key": "channel", "value": "#my-kafka-health-prd" } ], "createdAt": "2021-01-01T00:00:00Z", "createdBy": "joe.bloggs", "updatedAt": "2021-01-01T00:00:00Z", "updatedBy": "joe.bloggs", "enabled": true }