GET/api/admin/settingsAdmin

List server settings

operationId get_api_admin_settingsAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Responses

application/json
PropertyTypeDescription
success*true
data*object
settings*ServerSettingRecord[]
key*string
valueany

The setting's current value (type depends on the key)

valueType*string
description*string | null | null
updatedAt*number

Unix epoch milliseconds

updatedBy*string | null | null

uid of the administrator who last changed it

JSONExample
"success"true
"data"
"settings"

Example request

bashcurl
curl -X GET 'https://auth.schemavaults.com/api/admin/settings' \
  -b 'refresh_token_<auth_server_app_id>=<value>'