Device Fingerprint Verification API Documentation


It may be necessary to ensure that the user hasn't tampered with results after passing through a JavaScript redirect. We offer a simple API that can retrieve the results server side. Requests to this API and all reporting APIs will not consume an API lookup credit.


Verifying Results

To start you'll want to use the "Fetching Results" code from the Device Fingerprint Documentation. Please pass the device ID to your server via Ajax or append the value to a hidden form element. Upon a successful "Fetching Results" request, you can make a GET/POST request to the URL below. Please replace "API_KEY", "USER_IP_HERE" and "DEVICE_ID_HERE" with their respective values.

Example Code