VerifyHQ Docs

Webhook Event Catalog

Webhook events currently exposed by the VerifyHQ core webhook configuration contract.

Current Scope
The API accepts the generic verification completion event plus document, liveness, and identity events when configuring a webhook. Other product events should be added to the API service before they are published here.

Verification Events

ParameterTypeDescription
verification.completedeventGeneric verification flow completed

Identity Events

ParameterTypeDescription
identity.verifiedeventFull identity verification completed and approved
identity.rejectedeventIdentity verification rejected
identity.manual_revieweventVerification flagged for manual review
identity.verified payloadjson
{
  "event": "identity.verified",
  "timestamp": "2026-02-18T13:35:00Z",
  "data": {
    "identityVerificationId": "ver_abc123",
    "userId": "user_123",
    "status": "VERIFIED"
  }
}

Document Events

ParameterTypeDescription
document.verifiedeventDocument passed verification checks
document.rejectedeventDocument failed verification checks

Liveness Events

ParameterTypeDescription
liveness.passedeventUser passed liveness check
liveness.failedeventLiveness check failed