Total Events
—
Loading…
Unique Visitors
—
New Devices
—
First-time
High Risk Rate
—
Persons
—
Unique identities
Linked Devices
—
Cross-device links
VPN Detected
—
Incognito
—
Events · 24h
TrustedRiskSignal Coverage
7 groups
Loading…
Merchants
| Merchant | Key | Events | Devices | Risk | Rate |
|---|---|---|---|---|---|
| Loading… | |||||
| Time | Visitor | Type | Merchant | Tier | Risk | IP | Flags |
|---|---|---|---|---|---|---|---|
Loading… | |||||||
| Visitor | Merchant | First Seen | Last Seen | Risk | Flags | Links | Visits |
|---|---|---|---|---|---|---|---|
Loading… | |||||||
API Keys
| Name | Key | Status | Created |
|---|---|---|---|
| Loading… | |||
Endpoints
Base URL
https://api.arch-hayder.workers.dev
POST /v1/fingerprintIdentify
GET /v1/dashboardDashboard
GET /v1/visitor/:idProfile
GET /healthHealth
Quick Start
1. Add the SDK
<script src="https://deviceid-cdn.pages.dev/deviceid.min.js"></script>
2. Initialize & identify
const sdk = new DeviceID({
apiKey: 'pk_live_YOUR_KEY',
endpoint: 'https://api.arch-hayder.workers.dev'
});
sdk.identify().then(result => {
console.log(result.visitorId);
console.log(result.riskScore);
console.log(result.confidence);
console.log(result.matchTier);
});