Webhooks
更新 Webhook
更新特定的 webhook.
PATCH
JavaScript
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
请求体
application/json
Description of the webhook
To Disable the endpoint, set it to true.
Filter events to the endpoint.
Webhook event will only be sent for events in the list.
Event types for Dodo events
可用选项:
payment.succeeded, payment.failed, payment.processing, payment.cancelled, refund.succeeded, refund.failed, dispute.opened, dispute.expired, dispute.accepted, dispute.cancelled, dispute.challenged, dispute.won, dispute.lost, subscription.active, subscription.renewed, subscription.on_hold, subscription.paused, subscription.cancelled, subscription.failed, subscription.expired, subscription.plan_changed, subscription.updated, license_key.created, payout.not_initiated, payout.on_hold, payout.in_progress, payout.failed, payout.success, credit.added, credit.deducted, credit.expired, credit.rolled_over, credit.rollover_forfeited, credit.overage_charged, credit.overage_reset, credit.manual_adjustment, credit.balance_low, abandoned_checkout.detected, abandoned_checkout.recovered, dunning.started, dunning.recovered, entitlement_grant.created, entitlement_grant.delivered, entitlement_grant.failed, entitlement_grant.revoked Metadata
Rate limit
必填范围:
x >= 0Url endpoint
响应
Webhook patched successfully
Created at timestamp
An example webhook name.
The webhook's ID.
Metadata of the webhook
Updated at timestamp
Url endpoint of the webhook
Status of the webhook.
If true, events are not sent
Filter events to the webhook.
Webhook event will only be sent for events in the list.
Configured rate limit
必填范围:
x >= 0Last modified on January 28, 2026
JavaScript