Resend Export People Webhook

Resends the webhook notification for a given trackId to the specified webhook URL.

Email Verification: All emails (SMTP & CATCH_ALL) returned by the API are verified in real time by BounceBan.

Returns a structured WebhookDeliveryResult: delivered tells you whether your webhook accepted the delivery (HTTP 2xx) and webhook.status echoes the status your endpoint returned. A rejected or unreachable webhook still returns 200 with delivered: false — inspect those fields rather than the HTTP status. A failure on our side likewise returns 200 with delivered: false and fault: SERVICE (contact support). If the submission was auto-refunded for non-delivery (STUCK_HARD_REFUND / STUCK_SOFT_REFUND) it returns 403 and is not retrievable — resubmit. If it was fully refunded with no deliverable result (SEARCH_NO_RESULTS / NO_EMAILS_FOUND), the re-delivered webhook carries the full-refund payload.

The header Content-Type: application/json must be included in the request.

Path Params
uuid
required
Defaults to 719aba5a-876f-4690-bb57-5157153836b4

The track ID from an Export People with Email response.

Body Params
uri
required
Defaults to https://237c-5-61-35-80.ngrok-free.app

The webhook URL to send the notification to.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json