List notification channels
GET /api/v1/notification-channels
GET
/api/v1/notification-channels
Returns all notification channels for the team. Config fields are excluded from the response.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of notification channels
object
channels
Array<object>
Notification channel (config field excluded — contains secrets)
object
id
ULID
string
teamId
string
type
string
name
string
isActive
integer
verified
Email channels start unverified (0) until the user clicks the verification link. All other types are always 1.
integer
createdAt
string format: date-time
Unauthorized