cURL
curl --request GET \ --url https://www.closient.com/notifications/api/v1/notifications/channels \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "channel_type": "<string>", "label": "<string>", "verified": true, "enabled": true } ]
List all notification channels configured for the authenticated user.
OK
Channel identifier.
Channel type: email, slack, webhook, or push.
User-assigned channel label.
Whether the channel has been verified.
Whether notifications are sent to this channel.