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
| Parameter | Type | Description |
|---|---|---|
verification.completed | event | Generic verification flow completed |
Identity Events
| Parameter | Type | Description |
|---|---|---|
identity.verified | event | Full identity verification completed and approved |
identity.rejected | event | Identity verification rejected |
identity.manual_review | event | Verification 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
| Parameter | Type | Description |
|---|---|---|
document.verified | event | Document passed verification checks |
document.rejected | event | Document failed verification checks |
Liveness Events
| Parameter | Type | Description |
|---|---|---|
liveness.passed | event | User passed liveness check |
liveness.failed | event | Liveness check failed |