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
visitorIdrequiredpath stringThe stable visitor identifier.
limitquery integer1–100 records. Defaults to 20.
paginationKeyquery stringOpaque 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
visitorIdstringThe requested visitor.
visitsVisitRecord[]Request ID, timestamp, URL, IP, confidence, incognito, browser, and OS.
paginationKeystring | nullCursor for the next page, or null at the end.
durationMsnumberServer processing duration.