v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
channels

Update Channel

Update account-level notification channel.

Updates an existing channel. Only provided fields are updated.

patch/api/v1/notifications/channels/{channel_id}

Path parameters

channel_idstring required

Headers

unstructured-api-keystring nullable

Request body

channel_type'webhook' | 'email'

Notification delivery channel types.

descriptionstring nullable

Channel description

event_typesNotificationEventType[] nullable

Event types to subscribe to

enabledboolean nullable

Enable/disable channel

urlstring nullable

Webhook endpoint URL (HTTPS required)

secretstring nullable

Consumer-supplied signing secret (24-75 bytes). Pass empty string to remove custom secret.

Response

Successful Response

OR