Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 3.58 KB

File metadata and controls

48 lines (45 loc) · 3.58 KB

FingerprintPro.ServerSdk.Model.Webhook

Properties

Name Type Description Notes
RequestId 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 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 long? Timestamp of the event with millisecond precision in Unix time.
IpLocation DeprecatedGeolocation [optional]
LinkedId string A customer-provided id that was sent with the request. [optional]
VisitorId string String of 20 characters that uniquely identifies the visitor's browser. [optional]
VisitorFound bool? Attribute represents if a visitor had been identified before. [optional]
Confidence IdentificationConfidence [optional]
FirstSeenAt IdentificationSeenAt [optional]
LastSeenAt IdentificationSeenAt [optional]
BrowserDetails BrowserDetails [optional]
Incognito bool? Flag if user used incognito session. [optional]
ClientReferrer string [optional]
Components RawDeviceAttributes [optional]
Bot BotdBot [optional]
UserAgent string [optional]
RootApps WebhookRootApps [optional]
Emulator WebhookEmulator [optional]
IpInfo WebhookIPInfo [optional]
IpBlocklist WebhookIPBlocklist [optional]
Tor WebhookTor [optional]
Vpn WebhookVPN [optional]
Proxy WebhookProxy [optional]
Tampering WebhookTampering [optional]
ClonedApp WebhookClonedApp [optional]
FactoryReset WebhookFactoryReset [optional]
Jailbroken WebhookJailbroken [optional]
Frida WebhookFrida [optional]
PrivacySettings WebhookPrivacySettings [optional]
VirtualMachine WebhookVirtualMachine [optional]
RawDeviceAttributes WebhookRawDeviceAttributes [optional]
HighActivity WebhookHighActivity [optional]
LocationSpoofing WebhookLocationSpoofing [optional]
SuspectScore WebhookSuspectScore [optional]
RemoteControl WebhookRemoteControl [optional]
Velocity WebhookVelocity [optional]
DeveloperTools WebhookDeveloperTools [optional]

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