Skip to main content
GET
/
api
/
settings
/
security
Read Security Settings
curl --request GET \
  --url https://api.example.com/api/settings/security \
  --header 'Authorization: Bearer <token>'
{
  "require_2fa": false,
  "filesystem_access_enabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Response

Successful Response

require_2fa
boolean
default:false
filesystem_access_enabled
boolean
default:true