Update Webhook
PATCH/b2b/webhooks/:webhook_id
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.
Request
Responses
- 200
- 429
- 500
Webhook updated successfully
Rate Limit Error
Internal Error