Dash0 acquires Polar Signals

Manage Notification Channels

List all notification channels for the organization

get/api/notification-channels

Returns all notification channels configured for your organization as CRD-enveloped resources.

bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/notification-channels' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

List of notification channels

array

A notification channel configuration wrapped in a CRD-like envelope. Follows the Dash0 resource convention with kind/metadata/spec structure.

stringrequired
"Dash0NotificationChannel"