v1
latestOpenAPI 3.1.02026-07-141045121.7 KBSubscriptions
Retry the failed webhook events of a webhook subscription
🔑
Required OAuth scope: webhooks:write.
Retries all failed webhook events for a subscription within the specified timeframe (maximum 3 days per request). Events are retained for 90 days and can be retried in multiple requests.
post/api/v2/webhooks/subscriptions/{subscriptionId}/events/retry-failure
Path parameters
subscriptionIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the webhook subscription.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Response
Retries the failed webhook events for the given webhook subscription and the given timeframe.