GET
/
account
/
{account_id}
curl --request GET \
  --url https://api.sandbox.verisoul.ai/account/{account_id} \
  --header 'x-api-key: <api-key>'
{
  "project_id": "<string>",
  "request_id": "<string>",
  "account": {
    "id": "<string>",
    "email": "<string>",
    "metadata": {}
  },
  "num_sessions": 123,
  "first_seen": "2023-11-07T05:31:56Z",
  "last_seen": "2023-11-07T05:31:56Z",
  "last_session": "<string>",
  "decision": "<string>",
  "account_score": 123,
  "bot": 123,
  "multiple_accounts": 123,
  "risk_signals": 123,
  "accounts_linked": 123,
  "country": "<string>",
  "lists": [
    "<string>"
  ],
  "unique_devices": {
    "1_day": 123,
    "7_day": 123
  },
  "unique_networks": {
    "1_day": 123,
    "7_day": 123
  },
  "email": {
    "email": "<string>",
    "personal": true,
    "disposable": true,
    "valid": true
  },
  "risk_signal_average": {
    "device_risk": 123,
    "proxy": 123,
    "vpn": 123,
    "datacenter": 123,
    "tor": 123,
    "spoofed_ip": 123,
    "recent_fraud_ip": 123,
    "impossible_travel": 123,
    "device_network_mismatch": 123
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

ID of the account to retrieve

Response

200
application/json
Account information response
project_id
string

The ID of the project

request_id
string

The ID of the request

account
object
num_sessions
integer

Number of sessions associated with this account

first_seen
string

Timestamp when the account was first seen

last_seen
string

Timestamp when the account was last seen

last_session
string

ID of the last session

decision
string

Decision about the account authenticity

account_score
number

Overall account risk score

bot
number

Bot detection score

multiple_accounts
number

Multiple accounts detection score

risk_signals
number

Risk signals score

accounts_linked
integer

Number of accounts linked to this account

country
string

Country code of the account

lists
string[]

Lists the account belongs to

unique_devices
object
unique_networks
object
email
object
risk_signal_average
object