Skip to content
Last updated

title: Get Auth Mode keywords:

  • get auth mode
  • get
  • auth
  • mode

Get the authentication mode and dev login status. This endpoint is public and does not require authentication.

GEThttps://api.aitronos.com/v1/config/auth-mode

Returns

authentication_mode string

Authentication Mode

dev_login_enabled boolean

Dev Login Enabled

cURL
curl -X GET "https://api.aitronos.com/v1/config/auth-mode" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "authentication_mode": "default",
  "dev_login_enabled": false
}