Path Parameters
The webhook ID to update.
Headers
Your API key. This endpoint also accepts session cookie authentication.
Must be
application/json.Body
At least 1 field is required.New HTTPS endpoint URL. HTTP URLs are rejected.
Updated event types to subscribe to. Replaces the existing list. At least 1 required when provided.
Set to
false to pause deliveries or true to resume.Response
- 200 OK
- 401 Unauthenticated
- 400 Invalid Input
- 404 Not Found
This endpoint supports dual authentication — either API key (
x-api-key header) or session cookie from the dashboard.Related: List Webhooks · Delete Webhook