Device Fingerprint Stats & Averages API Documentation


Third party services and your own platform can access average fraud rates, total devices, and total page views based on the optional custom variables that are passed such as "userID", "transactionID", etc. This API makes it easy to retrieve average fraud rates so your platform can perform the necessarily business logic to mitigate any potential risk.

General Notes:

  • Any custom tracking variable established in your account's custom tracking variables that is passed in the "Startup.Store()" function can be searched by simply being attached to the API request such as "userID" in the example below.
  • The "country" variable is accepted in the 2 letter country code format.
  • "start_date" and "end_date" are accepted in "YYYY-mm-dd" format.
Example Code