Notifications

List channels

GET /api/notification-channels

Returns a list of all notification channels.

Response

{ "data": [{ "id": 1, "type": "slack", "name": "Alerts" }] }