---
title: "Trustfull Login (Score)"
method: POST
path: "/track/results"
tags: ["Solutions"]
---

# Trustfull Login (Score)

`POST /track/results`

Trustfull Login (Score)

## Query parameters

- `session-id` string

## Headers

- `content-type` string
- `accept` string
- `x-api-key` string, required

## Response `200`

OK

- LoginScoreResponse — LoginScore
  - `transaction_id` string, nullable — Unique identifier for the transaction
  - `username` string, nullable — The username associated with the session or transaction
  - `app_key` string, nullable — The application key associated with the request
  - `session_id` string, nullable — Session identifier for the login interaction
  - `browser_battery_charging` boolean, nullable — Indicates whether the battery is charging
  - `browser_battery_level` integer, nullable — Current battery level as a percentage
  - `browser_device_operating_system` string, nullable — Operating system of the device running the browser
  - `browser_device_type` string, nullable — Type of device running the browser (e.g., desktop, mobile)
  - `browser_has_privacy_related_plugins` boolean, nullable — Indicates whether the browser has privacy-related plugins installed
  - `browser_name` string, nullable — Name of the browser being used
  - `browser_language` string, nullable — Language of the browser, in the standard RFC 9110
  - `browser_timezone` string, nullable — Timezon of the browser, in the standard IANA Time Zone Database
  - `browser_version` string, nullable — Version of the browser being used
  - `browser_cpu_class` string, nullable — CPU Architecture
  - `browser_cpu_cores` integer, nullable — Number of the cores of the CPU
  - `browser_video_card_vendor` string, nullable — The vendor of the CPU
  - `browser_video_card_renderer` string, nullable — The CPU render engine
  - `browser_media_devices_count` integer, nullable — The count of media device
  - `browser_media_devices_list` string, nullable — The list of media device
  - `browser_screen_resolution` string, nullable — The resolution of the browser
  - `browser_viewport` string, nullable — The viewport of the browser
  - `browser_color_depth` integer, nullable — The browser color depth
  - `browser_cookies_enabled` boolean, nullable — Indicates if the browser has cookies enabled
  - `browser_incognito_mode` boolean, nullable — Indicates if the browser is in incognito mode
  - `device_request_time` string, nullable — The timestamp of the request from the device
  - `ip` string, nullable — IP address of the login event
  - `ip_black_list_count` integer, nullable — The number of providers that have flagged this IP as spam
  - `ip_city` string, nullable — City associated with the IP address
  - `ip_company_domain` string, nullable — The name of the domain of the company that owns the domain, if found
  - `ip_connection_speed` 'company/T1' | 'broadband/cable/fiber' | 'mobile', nullable — Internet connection speed associated to the ip address: - **company/T1** - **broadband/cable/fiber** - **mobile**
  - `ip_connection_type` 'Commercial' | 'Content Delivery Network' | 'Fixed Line' | 'Mobile ISP' | 'Reserved' | 'University / College / School', nullable — Usage type classification of ISP or company: - **Commercial** - **Content Delivery Network** - **Fixed Line** - **Mobile ISP** - **Reserved** - **University / College / School**
  - `ip_country` string, nullable — Country name associated with the IP address
  - `ip_country_code` string, nullable — Country associated with the IP address, ISO 3166 alpha-2
  - `ip_css_count` integer, nullable — The number of times this IP address has been reported in a Combined Spam Sources (CSS)
  - `ip_css_in_days` integer, nullable — The how many days has passed since the most recent report in a Exploits Blocklist (XBL). Recency indicates more accurate data.
  - `ip_is_hosting` boolean, nullable — Indicates if the IP address is an hosting provider
  - `ip_is_mobile` boolean, nullable — Indicates if the IP address is associated with a mobile connection
  - `ip_isp` string, nullable — Internet service provider associated with the IP address
  - `ip_is_proxy` boolean, nullable — Indicates if the IP address is a proxy
  - `ip_is_relay` boolean, nullable — Indicates if the IP address is a relay
  - `ip_is_tor` boolean, nullable — Indicates if the IP address is part of the Tor network
  - `ip_is_valid_format` boolean, nullable — Indicates if the IP address is in a valid format
  - `ip_is_vpn` boolean, nullable — Indicates if the IP address is associated with a VPN
  - `ip_lat` string, nullable — Latitude of the location associated with the IP address
  - `ip_lon` string, nullable — Longitude of the location associated with the IP address
  - `ip_proxy_name` string, nullable — Name of the proxy associated with the IP address, if any
  - `ip_proxy_type` 'datacenter' | 'residential', nullable — When the IP address is a Proxy, indicates the type of Proxy
  - `ip_timezone` string, nullable — The Timezone the IP address belongs to
  - `ip_timezone_request_time` 'morning' | 'afternoon' | 'evening' | 'night', nullable — Time of the day the user is requesting your service
  - `ip_xbl_count` integer, nullable — The number of times this IP address has been reported in a Exploits Blocklist (XBL)
  - `ip_xbl_in_days` integer, nullable — The how many days has passed since the most recent report in a Exploits Blocklist (XBL). Recency indicates more accurate data.
  - `ip_zip` string, nullable — ZIP code associated with the IP address
  - `browser_device_model` string, nullable — Device model running the browser
  - `browser_device_brand` string, nullable — Brand of the device running the browser
  - `ip_vpn_name` string, nullable — Name of the VPN associated with the IP address, if any
  - `score` integer, nullable — A number ranging from 0 to 1000 that represents the quality score of the login
  - `score_cluster` 'very_low' | 'low' | 'review' | 'high' | 'very_high', nullable — A cluster categorization that summarizes the quality score of the login

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
