Dashboard
Monitor lead verification performance and fraud risk
2,847
Leads Verified Today
7.4
Average Score
8.2%
High Risk Rate
234
Flagged Leads
Leads by Score (7 Days)
View AllTop Risk Signals
Fast Completion
847 leads
Copy/Paste Detected
523 leads
Duplicate Pattern
312 leads
No Mouse Events
156 leads
Certificate Metadata
Risk Indicators
Event Timeline
Integrations
Connect VerifiedSubmissions to your lead workflow
API Keys
Use your API key to authenticate requests to the VerifiedSubmissions API. Keep this key secure.
Generate New KeyWebhooks
Receive real-time scoring results via webhook POST to your endpoint when leads are verified.
Configure WebhookAPI Example
Send a POST request to score a lead certificate:
POST https://api.verifiedsubmissions.com/v1/score
Content-Type: application/json
Authorization: Bearer cl_live_sk_a1b2c3d4e5f6g7h8i9j0...
{
"certificate_url": "https://cert.trustedform.com/abc123...",
"lead_id": "your-internal-lead-id",
"source": "facebook-ads",
"campaign": "summer-promo"
}Response:
{
"score": 8,
"risk_level": "low",
"confidence": "This lead shows strong indicators of genuine human interaction.",
"reasons": [
"Natural typing cadence detected",
"Form completion time within expected range",
"Multiple field corrections observed"
],
"certificate_id": "cert_8f4a2b1c9d3e..."
}

