Auth
Determines whether the login session is still active, and if so when it is set to expire (note that any activity in the form of calls to other endpoints will extend the session). NOTE: A) Calling this method will not extend the lifetime of the session. B) This method is also used to check for important notifications. If such a notification is relevant, it will be returned with a 400 Bad Request response.
get/api/auth/session/isalive
Response
OK