Subscriptions
Retry the successful webhook events of a webhook subscription
🔑
Required OAuth scope: webhooks:write.
Retries all successful 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-success
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 successful webhook events for the given webhook subscription and the given timeframe.
Changes
No recorded changes to this endpoint across all 1 revision of this API.