# Test application installation Test if an application can be installed without actually installing it. Endpoint: GET /apps/testappinstall/{appname} Version: 6.6.1 Security: ZelID ## Path parameters: - `appname` (string, required) Name of the application to test Example: "electrumxtest" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Test result message - `data.canInstall` (boolean) Whether app can be installed