Email Type
The Email object is the request body for the Submit Email and Submit Email Batch endpoints. It contains the email address to analyze, an optional flag to enable identity intelligence, and optional identity claims.Structure
Claims
Claims represent information your customer has provided that you want to verify against independent data sources. Whenidentity_intelligence is enabled, Verisoul matches these claims against identity data linked to the email and reports whether each claim matches, partially matches, or does not match.
Name
You can provide a first name, a last name, or both. Verisoul compares the provided name(s) against names associated with the email across data sources.Phone
Provide the phone number in a standard format. E.164 (international with+ prefix) is recommended, but national formats are also accepted.
Examples:
Country
Provide the expected country as a two-letter ISO 3166-1 alpha-2 code. Examples:Usage
In Submit Email
Claims andidentity_intelligence are provided at the top level alongside the email:
In Submit Email Batch
identity_intelligence is set at the top level and applies to all emails. Claims are provided per email, allowing you to verify different identities in a single batch:
