FINAP/API reference

A visitor over time

Visitor history

Read a paginated sequence of visits associated with one stable visitor ID.

GET/visitors/:visitorId
Service
Fingerprint
Billing
On success
01

Request

visitorIdrequired
path string

The stable visitor identifier.

limit
query integer

1–100 records. Defaults to 20.

paginationKey
query string

Opaque cursor returned by the previous response.

curl "https://api.finap.uk/api/v1/visitors/visitor_id?limit=20" \
  -H "Authorization: Bearer $FINAP_API_KEY"
02

Response fields

visitorId
string

The requested visitor.

visits
VisitRecord[]

Request ID, timestamp, URL, IP, confidence, incognito, browser, and OS.

paginationKey
string | null

Cursor for the next page, or null at the end.

durationMs
number

Server processing duration.

FINAP / API v1

Last reviewed against the live implementation · July 2026