# Download synchronizer version by path Downloads a specific version of the synchronizer from public storage Endpoint: GET /storage/synchronizer/download/{version} Version: 1.0 Security: bearer ## Path parameters: - `version` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401