Get notification channel
GET /api/v1/notification-channels/{id}
GET
/api/v1/notification-channels/{id}
Returns a single notification channel by ID. Config fields are excluded from the response.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Notification channel detail
object
channel
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
Channel not found