Webhook Subscriptions
Webhook subscription management for receiving platform event notifications
📄️ List webhook subscriptions
Retrieves all webhook subscriptions for a tenant with pagination. Secrets are masked in list operations.
📄️ Create webhook subscription
Creates a new webhook subscription for receiving platform event notifications. Returns the subscription details including the generated secret - the secret is only shown once and cannot be retrieved again.
📄️ Get webhook subscription
Retrieves a specific webhook subscription by ID. The secret is masked showing only the last 4 characters.
📄️ Update webhook subscription
Updates a webhook subscription's settings including name, description, endpoint, events, and filters. The secret is preserved and cannot be changed through this endpoint.
📄️ Delete webhook subscription
Permanently deletes a webhook subscription. This action cannot be undone.
📄️ Pause webhook subscription
Pauses a webhook subscription, temporarily stopping event delivery. The subscription can be resumed later. Pausing an already paused subscription returns success.
📄️ Resume webhook subscription
Resumes a paused webhook subscription, restoring event delivery. Resuming an already active subscription returns success. Cannot resume subscriptions disabled by platform.
📄️ Rotate webhook secret
Generates a new secret for the webhook subscription. The old secret is immediately invalidated. The new secret is only shown once and cannot be retrieved again.