Skip to main content

Public Endpoints

These endpoints allow you to query session data from your server without a JWT token. They authenticate using your domain’s public_key and secret_key embedded in the URL.
EndpointDescription
GET /pub/…/debug/…Last 1–20 debug snapshots for any identifier
GET /pub/…/history/…Paginated session history

Search types

Both endpoints accept the same search_type values:
search_typeSearches by
user_hidHashed user identifier passed to checkAuthenticatedUser()
visitor_idVisitorID (localStorage UUID)
device_idDevice fingerprint hash
webrtc_ipIP address detected via WebRTC
ipClient IP address
request_idSpecific session UUID