On this page
No Headings
Simulates a mock webhook event.
objectwebhook_idstring^[a-zA-Z0-9]+$The ID of the webhook. If omitted, the URL is required.
urlstringuriThe URL for the webhook endpoint. If omitted, the webhook ID is required.
event_typerequiredstring^[a-zA-Z0-9.]+$The event name. Specify one of the subscribed events. For each request, provide only one event.
resource_versionstringThe identifier for event type ex: 1.0/2.0 etc.