Skip to main content
GET
/
api
/
session
/
is-auth-enabled
Check authentication status
curl --request GET \
  --url http://localhost:8080/api/session/is-auth-enabled
{
  "is_auth_enabled": true,
  "has_valid_token": true
}

Response

Authentication status

is_auth_enabled
boolean

Whether authentication is enabled

has_valid_token
boolean

Whether the current request has a valid authentication token