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.

API entry from apis.yml

apis.yml Raw ↑
aid: vervoe:vervoe-report-notification-webhook
name: Vervoe Report Notification Webhook
tags:
- Webhook
- Notifications
- Events
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://vervoe.stoplight.io/docs/api-docs/ZG9jOjExMzY5ODc-report-notification-web-hook
baseURL: https://api.vervoe.com
endpointsModeled: true
properties:
- url: https://vervoe.stoplight.io/docs/api-docs/ZG9jOjExMzY5ODc-report-notification-web-hook
  type: Documentation
description: 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.