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.
patch
https://api.ai-ark.com/api/developer-portal/v1/people/export//notify