Replay Delivery
Re-sends the exact payload of a past delivery to the webhook's current URL and returns the delivery result. By default the replay keeps the original webhook-id, so consumers that deduplicate on it can drop events they already processed. Pass regenerate_id to re-send under a freshly generated webhook-id instead, so a deduplicating consumer processes the replay as a new message. Only available for enabled webhooks on API version v1; deliveries are retained for 30 days.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"regenerate_id": true
}Response
delivery replayed
Example response
{
"body": "OK",
"status": 200,
"success": true
}Changes
Changed in 2 of the 74 revisions of this API.2
- ○
added optional request body
request-body-added-optional
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
Of the 74 revisions, 1 has no diff computed.