Rensei docs
API ReferenceSessions ( Public)

Get enriched session detail

Get enriched session detail - Rensei REST API operation reference.

GET
/api/public/sessions/{id}

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Path Parameters

id*string

16-char public session hash (SHA-256 prefix of trackerSessionId).

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/public/sessions/string"
{}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}