Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 3.55 KB

File metadata and controls

48 lines (45 loc) · 3.55 KB

Webhook

Properties

Name Type Description Notes
request_id str Unique identifier of the user's request.
url str Page URL from which the request was sent.
ip str IP address of the requesting browser or bot.
tag Tag [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 DeprecatedGeolocation [optional]
linked_id str A customer-provided id that was sent with the request. [optional]
visitor_id str 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 IdentificationConfidence [optional]
first_seen_at IdentificationSeenAt [optional]
last_seen_at IdentificationSeenAt [optional]
browser_details BrowserDetails [optional]
incognito bool Flag if user used incognito session. [optional]
client_referrer str [optional]
components RawDeviceAttributes [optional]
bot BotdBot [optional]
user_agent str [optional]
root_apps WebhookRootApps [optional]
emulator WebhookEmulator [optional]
ip_info WebhookIPInfo [optional]
ip_blocklist WebhookIPBlocklist [optional]
tor WebhookTor [optional]
vpn WebhookVPN [optional]
proxy WebhookProxy [optional]
tampering WebhookTampering [optional]
cloned_app WebhookClonedApp [optional]
factory_reset WebhookFactoryReset [optional]
jailbroken WebhookJailbroken [optional]
frida WebhookFrida [optional]
privacy_settings WebhookPrivacySettings [optional]
virtual_machine WebhookVirtualMachine [optional]
raw_device_attributes WebhookRawDeviceAttributes [optional]
high_activity WebhookHighActivity [optional]
location_spoofing WebhookLocationSpoofing [optional]
suspect_score WebhookSuspectScore [optional]
remote_control WebhookRemoteControl [optional]
velocity WebhookVelocity [optional]
developer_tools WebhookDeveloperTools [optional]

[Back to Model list] [Back to API list] [Back to README]