v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

GET login form and/or user information

get/login

Response

Login form or user information. The JSON response will always carry the csrf_token information. If SECURITY_CSRF_COOKIE_NAME is set then a cookie with the csrf token will be set. If the caller is already authenticated, then additional information is returned for JSON requests. This can be very useful for single-page applications where during a force refresh, all state is lost. By performing this GET, the session cookie will authenticate the user and the response will contain user information.

Example response

{
  "meta": {
    "code": 200
  }
}
All 66 operations