REST API:isSessionValid Resource
From LongJump Support Wiki
Revision as of 20:59, 30 March 2012 by imported>Aeric (Text replace - '<tt><nowiki>https://{domain}/networking' to '<tt>{{platformURL}}')
Determine of the current session is valid.
- Method
- GET
- URI
- https://na.longjump.com/networking/rest/user/isSessionValid</nowiki>
- Response
- :
<platform> <user> <is_session_valid>true</is_session_valid> </user> <message> <code>0</code> <description>Success</description> </message> </platform>
- See also: REST API:Error Codes