Updated event types to subscribe to. Replaces the existing list. At least 1
required when provided. Use any valid account monitor event type listed below.
Use this endpoint when a receiver URL changes, an event filter changes, or an
operator needs to pause or resume webhook delivery without creating a new
endpoint.
Updated Inventory
Store returned id, url, eventTypes, isActive, and createdAt as the
current webhook configuration.
URL Change
After changing url, run Test Webhook before
expecting production monitor events at the new receiver.
Event Filter
eventTypes replaces the previous list. Keep it aligned with account or
keyword monitor event types.
Pause Delivery
isActive: false stops future deliveries. Existing stored events and
delivery records remain available.
Resume Delivery
isActive: true resumes delivery for matching future monitor events. Test
the receiver after resuming.
Signing Secret
This endpoint does not rotate or return secret. Keep using the secret from
Create Webhook for signature verification.
This endpoint supports dual authentication: API key (x-api-key header) or session cookie from the dashboard.Related:List Webhooks · Delete Webhook