
Webhook Management
Receive real-time notifications for verification events
No Webhooks Configured
Create a webhook to receive real-time event notifications
Webhook Payload Format
{
"id": "evt_1700000000000_abc123",
"type": "verification.completed",
"created": "2024-11-26T12:00:00.000Z",
"data": {
"sessionId": "vs_...",
"userEmail": "user@example.com",
"verified": true,
"confidence": 92,
// Event-specific data
}
}