Vervoe Report Notification Webhook
An employer can configure a reporting webhook to which Vervoe sends an Assessment Report. Fourteen documented events fire updates - including candidate started, candidate completed, first AI grade, AI score updated, first manual team score, manual score updated, hired, unhired, rejected, un-rejected, expired, screening in progress, failed screening, and passed screening. Payloads carry the candidateAssessmentUuid, status, timestamps, and a score object (type, score, scoreByFormat). Vervoe signs each delivery with an HMAC SHA-256 signature in a Vervoe-Signature header (t and hash); consumers must return HTTP 200 or Vervoe retries. This is a server-to-endpoint HTTP callback, not a WebSocket.