Update a webhook configuration.
Updates only the fields you provide. The signing secret cannot be updated via this endpoint - use the rotate endpoint instead.
API Key authentication. Format: dk_test_
Webhook configuration ID
Request schema for updating a webhook configuration (PATCH /v1/webhooks/{id}).
All fields are optional. Only provided fields will be updated.
Attributes: url: HTTPS webhook endpoint URL events: List of event types to subscribe to is_active: Whether the webhook is active retry_enabled: Whether to retry failed deliveries max_retries: Maximum retry attempts
Available Events: - document.uploaded: Document successfully uploaded and queued - document.processing.completed: Extraction completed successfully - document.processing.failed: Extraction failed with error
HTTPS webhook endpoint URL
1 - 2048List of event types to subscribe to
document.uploaded, document.processing.completed, document.processing.failed Whether the webhook is active
Whether to retry failed deliveries
Maximum retry attempts (0-10)
0 <= x <= 10Updated webhook configuration (without secret)
Webhook configuration response (without signing secret).
Used for list operations and updates where the secret is not returned.
Available Events: - document.uploaded: Document successfully uploaded and queued - document.processing.completed: Extraction completed successfully - document.processing.failed: Extraction failed with error
Unique webhook configuration identifier
HTTPS webhook endpoint URL
List of event types subscribed to
Whether the webhook is active
Whether to retry failed deliveries
Maximum retry attempts
Configuration creation timestamp (ISO 8601)
Last modification timestamp (ISO 8601)