We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###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 }