# Return Leika configuration This function returns a cPanel account's Leika configuration data. Leika is an internal module that cPanel & WHM uses to track access to features. If you do not provide an parameter, this returns the configuration. Endpoint: GET /leika_get_config Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `item` (string) The feature(s) for which to return configuration keys. * Pass multiple parameters to return multiple features' configuration keys. * If an parameter returns an key value, the configuration value does not exist or is set to . ## Response 200 fields (application/json): - `data` (object) An object that contains configuration keys and their values. Example: {"cpanel.key1":"enabled","webmail.key3":"JSON object"} - `metadata` (object) - `metadata.command` (string) The method name called. Example: "leika_get_config" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1