The login status API is located in the default module, so the URL is accessed directly without "editor" prefix.

Provides status informations about the authenticated user.

URL:

/login/status

Available Methods:

GET

Specialities:

-

Resource Layout

Name

Type

Info

state

string

GET only, contains "authenticated" if a user is authenticated at the application.

user

object

contains the authenticated user. The users structure is as described in the user API.