Name | Type | Description | Notes |
---|---|---|---|
request_id | string | Unique identifier of the user's request. | |
url | string | Page URL from which the request was sent. | |
ip | string | IP address of the requesting browser or bot. | |
tag | array | [optional] | |
time | \DateTime | Time expressed according to ISO 8601 in UTC format, when the request from the JS agent was made. We recommend to treat requests that are older than 2 minutes as malicious. Otherwise, request replay attacks are possible. | |
timestamp | int | Timestamp of the event with millisecond precision in Unix time. | |
ip_location | \Fingerprint\ServerAPI\Model\DeprecatedGeolocation | [optional] | |
linked_id | string | A customer-provided id that was sent with the request. | [optional] |
visitor_id | string | String of 20 characters that uniquely identifies the visitor's browser. | [optional] |
visitor_found | bool | Attribute represents if a visitor had been identified before. | [optional] |
confidence | \Fingerprint\ServerAPI\Model\IdentificationConfidence | [optional] | |
first_seen_at | \Fingerprint\ServerAPI\Model\IdentificationSeenAt | [optional] | |
last_seen_at | \Fingerprint\ServerAPI\Model\IdentificationSeenAt | [optional] | |
browser_details | \Fingerprint\ServerAPI\Model\BrowserDetails | [optional] | |
incognito | bool | Flag if user used incognito session. | [optional] |
client_referrer | string | [optional] | |
components | array | [optional] | |
bot | \Fingerprint\ServerAPI\Model\BotdBot | [optional] | |
user_agent | string | [optional] | |
root_apps | \Fingerprint\ServerAPI\Model\WebhookRootApps | [optional] | |
emulator | \Fingerprint\ServerAPI\Model\WebhookEmulator | [optional] | |
ip_info | \Fingerprint\ServerAPI\Model\WebhookIPInfo | [optional] | |
ip_blocklist | \Fingerprint\ServerAPI\Model\WebhookIPBlocklist | [optional] | |
tor | \Fingerprint\ServerAPI\Model\WebhookTor | [optional] | |
vpn | \Fingerprint\ServerAPI\Model\WebhookVPN | [optional] | |
proxy | \Fingerprint\ServerAPI\Model\WebhookProxy | [optional] | |
tampering | \Fingerprint\ServerAPI\Model\WebhookTampering | [optional] | |
cloned_app | \Fingerprint\ServerAPI\Model\WebhookClonedApp | [optional] | |
factory_reset | \Fingerprint\ServerAPI\Model\WebhookFactoryReset | [optional] | |
jailbroken | \Fingerprint\ServerAPI\Model\WebhookJailbroken | [optional] | |
frida | \Fingerprint\ServerAPI\Model\WebhookFrida | [optional] | |
privacy_settings | \Fingerprint\ServerAPI\Model\WebhookPrivacySettings | [optional] | |
virtual_machine | \Fingerprint\ServerAPI\Model\WebhookVirtualMachine | [optional] | |
raw_device_attributes | array | [optional] | |
high_activity | \Fingerprint\ServerAPI\Model\WebhookHighActivity | [optional] | |
location_spoofing | \Fingerprint\ServerAPI\Model\WebhookLocationSpoofing | [optional] | |
suspect_score | \Fingerprint\ServerAPI\Model\WebhookSuspectScore | [optional] | |
remote_control | \Fingerprint\ServerAPI\Model\WebhookRemoteControl | [optional] | |
velocity | \Fingerprint\ServerAPI\Model\WebhookVelocity | [optional] | |
developer_tools | \Fingerprint\ServerAPI\Model\WebhookDeveloperTools | [optional] |