Update a notification channel
Partially update a notification channel. Only enabled and label are mutable; channel-type and verification status cannot be changed via this endpoint.
Authorizations
Path Parameters
UUID of the notification channel to update.
Body
Request body for partial updates to a notification channel.
Both fields are optional — omit a field to leave its current value
unchanged. Sending enabled=false is the canonical way to pause
delivery without deleting the channel.
Response
OK
A user-owned notification channel (email address, SMS number, in-app inbox).
Each user may register multiple channels of the same type — for example, a personal and a work email. Returned by all channel endpoints.
Unique channel identifier (UUIDv4).
Delivery channel for this contact point. email and sms deliver out-of-band; in_app is rendered in the user's notification center.
email, sms, in_app User-assigned label that disambiguates channels of the same type (e.g. Work Email vs Personal Email).
100Whether the user has confirmed ownership of this channel (e.g. clicked a verification link or replied to an SMS code). Unverified channels do not receive notifications.
Whether notifications are currently delivered to this channel. Set to false to pause delivery without deleting the channel.