FINAP/API reference

One event, full context

Visitor event

Retrieve device, location, confidence, risk, and detection signals for one request.

GET/visitors/events/:requestId
Service
Fingerprint
Billing
On success
01

Request

requestIdrequired
path string

The event ID returned during identification.

curl "https://api.finap.uk/api/v1/visitors/events/event_id" \
  -H "Authorization: Bearer $FINAP_API_KEY"
02

Response groups

identity
requestId, visitorId

Event and stable visitor identifiers.

context
timestamp, url, userAgent

Where and when the event occurred.

device
object

Browser, version, OS, OS version, and device.

location
object

IP, city, country, timezone, and coordinates.

signals
object

Bot, proxy, VPN, incognito, emulator, and tampering flags.

riskScore
number

Normalized risk score from 0 to 1.

FINAP / API v1

Last reviewed against the live implementation · July 2026