Skip to content

admin check_logged_in.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/check_logged_in.json###

This end point sees if the user is logged in using a token passed via a GET param, or by looking at the session.

admin/check_logged_in.json

Fields:

[optional]
token
    This is an optional field of the token.  In cases where sessions are 
    not used, this is where the token being checked would be passed.

An example response looks like:

{
    "logged_in": false,
    "success": true
}
Clone this wiki locally