Webhooks
Re-trigger webhooks for a document
Replays an event for a document, re-firing it to every matching v3 webhook subscription (including ones that are currently inactive). The deliveries are queued asynchronously, so a 202 is returned immediately.
post/v3/resthook_results/resend
Request body
Example request
{
"event": "document.parse.succeeded"
}Response
The webhooks were accepted for re-delivery.