GET
/api/notification-channels
Returns a list of all notification channels.
Response
{ "data": [{ "id": 1, "type": "slack", "name": "Alerts" }] }
Notifications
/api/notification-channels
Returns a list of all notification channels.
{ "data": [{ "id": 1, "type": "slack", "name": "Alerts" }] }