- Account creation — verify that the person signing up is real and matches the information they provided
- High-value transactions — add an extra layer of identity confidence before approving a purchase or transfer
- KYC/onboarding workflows — cross-reference claims against independent data sources
How to Enable It
Setidentity_intelligence: true in your request. In batch mode, this applies to all emails in the batch.
Single email:
claims, so you can verify different identities in a single request.
Claims
Claims are pieces of information your customer has provided that you want to verify against Verisoul’s identity data. All claims are optional.
When claims are provided, Verisoul matches them against identity data linked to the email and returns match results.
What You Get Back
Whenidentity_intelligence is enabled, the webhook payload includes an additional identity_intelligence section inside data.result:
Fields
Claim Match Values
Each claim is matched independently and returns one of:How It Affects the Score
When Identity Intelligence is enabled, the identity data directly influences the overallrisk_score:
- Identity Match — a strong name/phone match pushes the score toward trust, while mismatches or ghost identities push toward risk.
- Online presence — emails registered on many legitimate platforms (Google, LinkedIn, Facebook, etc.) are more likely to belong to real people, which is a strong trust signal.
Without Identity Intelligence
Ifidentity_intelligence is not set or is false, the webhook payload will not include the identity_intelligence section. Identity-related signals will not factor into the overall risk score.
The Email Intelligence API still provides full risk scoring, deliverability, domain classification, and breach intelligence without Identity Intelligence enabled.