Public Endpoints
These endpoints allow you to query session data from your server without a JWT token. They authenticate using your domain’spublic_key and secret_key embedded in the URL.
| Endpoint | Description |
|---|---|
| GET /pub/…/debug/… | Last 1–20 debug snapshots for any identifier |
| GET /pub/…/history/… | Paginated session history |
Search types
Both endpoints accept the samesearch_type values:
| search_type | Searches by |
|---|---|
user_hid | Hashed user identifier passed to checkAuthenticatedUser() |
visitor_id | VisitorID (localStorage UUID) |
device_id | Device fingerprint hash |
webrtc_ip | IP address detected via WebRTC |
ip | Client IP address |
request_id | Specific session UUID |