AuthService

GetCurrentSession returns the current active session information. This method is idempotent and safe, suitable for checking current session state.

get/api/v1/auth/sessions/current

Response

OK

lastAccessedAtstring date-time

Last time the session was accessed. Used for sliding expiration calculation (last_accessed_time + 2 weeks).

Changes