Sessions
Get session
Get session by ID
GET
/
sessions
/
{id}
Authorizations
Authorization
string
headerrequiredPath Parameters
id
string
requiredID of the resource
Response
200 - application/json
id
string
Unique identifier for the session
user_id
string | null
ID of the user set by your website
pageviews
object[]
List of pageviews in the session
consents
object[]
List of consents in the session
first_seen_at
string
Date and time when the session was first seen
last_seen_at
string
Date and time when the session was last seen