Update Webhook
Update a webhook’s enabled status and/or event subscriptions.
Use this endpoint to:
- Enable or disable a webhook without deleting it
- Update which events the webhook is subscribed to
Disabled webhooks will not receive any events until re-enabled.
Note: The webhook URL cannot be updated. To change the URL, delete the webhook and register a new one.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Headers
Client-generated UUIDv4 for safe retries. Sent as the Idempotency-Key HTTP header. Replayed responses include the Idempotent-Replayed: true header.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Unique identifier for the webhook
"WHTEST-XXXXX-EXAMPLE"
Body
Whether the webhook should be enabled or disabled
true
List of event types to subscribe to. This replaces all existing
event subscriptions. Pass an empty array [] to unsubscribe from all events.
50100^[a-zA-Z0-9._]+$["quote.executed"]Response
Webhook updated successfully