get https://api.prod.verisoul.ai/account/
Response Details
Metadata
Field | Type | Detail |
---|---|---|
project_id | string | the id of the project |
request_id | string | the id of the request |
lists | string[] | lists the account is a member of |
num_sessions | integer | count of unique sessions from account |
first_seen | datetime | timestamp of first session we saw this account |
last_seen | datetime | timestamp of most recent session |
Unique Devices & Networks
Field | Type | Detail |
---|---|---|
unique_devices | integer | Count of unique devices used by account over time span (1 day or 7 days); time is relative to last_seen (not current time) More devices = more risk (and potential account sharing) |
unique_networks | integer | Count of unique IPs used by account over time span (1 day or 7 days); time is relative to last_seen (not current time) More networks = more risk (and potential account sharing) |
Email
Field | Type | Detail |
---|---|---|
string | raw email address | |
personal | boolean | whether email is a known personal address domain (e.g., gmail) |
disposable | boolean | whether email is a known temporary / disposable domain (fake email) |
valid | boolean | whether email is valid / real |
Risk Signal Averages
Field | Type | Detail |
---|---|---|
device_risk | float | average device risk across all sessions |
proxy | float | average proxy score across all sessions |
vpn | float | average vpn score across all sessions |
datacenter | float | average datacenter score across all sessions |
tor | float | average tor score across all sessions |
spoofed_ip | float | average spoofed ip score across all sessions |
recent_fraud_ip | float | average recent fraud ip score across all sessions |
impossible_travel | float | average impossible travel score across all sessions |
device_network_mismatch | float | average device network mismatch score across all sessions |
Note: Verisoul frequently adds new scores, data and intelligence to our API endpoints. However, we will not remove existing fields without advance warning.