Update Webhook
Webhooks API
Update Webhook
Update a webhook’s configuration
PATCH
Update Webhook
Overview
Update a webhook’s URL, events, status, or description. All fields are optional - only include the fields you want to update.Authentication
Your API key with Write scope
Path Parameters
Webhook ID (UUID)Example:
770e8400-e29b-41d4-a716-446655440000Request Body
New webhook endpoint URL (must be HTTPS)
New events to subscribe toAllowed values:
order.created, order.filled, order.partially_filled, order.cancelled, order.rejected, trade.executed, deposit.completedWebhook statusAllowed values:
active, pausedNew description for the webhook
Request Examples
Update Events
Pause Webhook
Resume Webhook
Response
Indicates if the request was successful
Human-readable response message
Updated webhook object
Success Response
Error Responses
Rate Limits
- 100 requests per minute per API key
Next Steps
Delete Webhook
Delete a webhook
Rotate Secret
Generate a new signing secret