Skip to main content

Get Simple auth settings

GET <your-unleash-url>/api/admin/auth/simple/settings

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Is simple authentication (username/password) enabled for this server

Request

Responses

passwordAuthSchema

Schema
  • enabled boolean

    Is username/password authentication enabled

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/auth/simple/settings' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'