Get configuration made through environment variables
GET/api/v4/config/environment
Retrieve a json object mirroring the server configuration where fields are set to true if the corresponding config setting is set through an environment variable. Settings that haven't been set through environment variables will be missing from the object.
Minimum server version: 4.10
Permissions
Must have manage_system permission.
Responses
- 200
- 400
- 401
- 403
Configuration retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions