Get current authenticated session
Returns the current authenticated session and identity data for the supplied bearer or session credential.
Authorizations
Session token returned by authentication flows.
Query Parameters
tokenizer template name used to request a tokenized (JWT) session response. The configured template on this environment is jwt_template_1. When supplied, the response includes a tokenized bearer token in the tokenized field.
"jwt_template_1"
Response
Current session.
session returned by whoami and login responses.
session id.
Whether the session is currently active.
Authenticated identity object, including id, schema metadata, state, traits, recovery addresses, and timestamps.
Bearer token returned when tokenize_as is supplied and returns a tokenized session.
Timestamp when the session expires.
Timestamp when the user authenticated for this session.
authenticator assurance level for the session, for example aal1.
Authentication methods completed for the session.
Timestamp when issued the session.
Device/session metadata returned by the system, including device id, IP address, user agent, and location.

