Navigation

Fingerprint

A fingerprint is a unique identifier for a browser. It is a combination of various browser properties, such as the user agent, plugins, fonts, canvas fingerprints, and more.

When you generate a fingerprint, you get a unique identifier for the browser. You can use this identifier to identify a browser or a user for your own purposes.

The fingerprint object contains the following properties:

{
  "fingerprint_id": "65a7d2f89d12345678901234",
  "confidence": 0.98
}
  • fingerprint_id: A unique identifier for the fingerprint.
  • confidence: A value between 0 and 1 that indicates the confidence of the determined fingerprint.

More about the confidence value: