Get logged in state
GET /v1/auth/loggedin
Checks whether the current user session is authenticated. Returns true if logged in with an active session, or false if no valid session exists. Useful for verifying authentication state before performing operations.
Response Example
true
or
false