Response Details

FieldTypeDetail
project_idstringthe id of the project
request_idstringthe id of the request
listsstring[]lists the account is a member of
num_sessionsintegercount of unique sessions from account
first_seendatetimetimestamp of first session we saw this account
last_seendatetimetimestamp of most recent session
last_sessionstringthe session id of the last session
decisionstringHow risky the user is: Real, Suspicious, Fake - use this to create workflows (like blocking or challenging a user)
account_scorefloatThe risk probability on 0-1, where 1 is riskiest
botfloatProbability of automation / bot activity, where 1 is highest
multiple_accountsfloatProbability that the user has more accounts than allowed
risk_signalsfloatProbability that user is using fake devices, networks, emails
accounts_linkedintegerNumber of other accounts the user is tied to. To maintain low latency will never return higher than 1,500 ; to get full results call GET /accounts-linked
countrystringIP Geolocation country from most recent session

Account Object

FieldTypeDetail
idstringYour UUID for the current user
emailstringmost recent email associated with this account
metadataobjectreturns any metadata you've previously sent with this account

Unique Devices Object

FieldTypeDetail
1_dayintegerCount of unique hardware devices used by account over last 1 day; time is relative to last_seen (not current time)

More devices = more risk (and potential account sharing)
7_dayintegerCount of unique hardware devices used by account over last 7 days; time is relative to last_seen (not current time)

More devices = more risk (and potential account sharing)

Unique Networks Object

FieldTypeDetail
1_dayintegerCount of unique IPs used by account over last 1 day; time is relative to last_seen (not current time)

More devices = more risk (and potential account sharing)
7_dayintegerCount of unique IPs used by account over last 7 days; time is relative to last_seen (not current time)

More devices = more risk (and potential account sharing)

Email Object

FieldTypeDetail
emailstringraw email address
personalbooleanwhether email is a known personal address domain (e.g., gmail)
disposablebooleanwhether email is a known temporary / disposable domain (fake email)
validbooleanwhether email is valid / real syntax

Risk Signal Average Object

FieldTypeDetail
device_riskfloataverage device risk across all sessions
proxyfloataverage proxy score across all sessions
vpnfloataverage vpn score across all sessions
datacenterfloataverage datacenter score across all sessions
torfloataverage tor score across all sessions
spoofed_ipfloataverage spoofed ip score across all sessions
recent_fraud_ipfloataverage recent fraud ip score across all sessions
impossible_travelfloataverage impossible travel score across all sessions
device_network_mismatchfloataverage 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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!