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

CurrentServerTimestring date-time
SessionExpiryTimestring date-time nullable
IsAliveboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.