# Get Download URL In order to download raw data export data files, the file needs to be requested to the API which returns a secure URL from which the file can be downloaded. The request and response are both JSON objects. Raw Data Export functionality needs to be enabled on your product account for this functionality to work. Endpoint: POST /v3/rawEvents/download/getDownloadUrl/{product_id} Version: 3.0.0 ## Header parameters: - `Content-Type` (string) Example: "application/json" - `RUI-Client` (string) Example: "Postman" - `RUI-Client-Version` (string) Example: "0.0.1" - `Origin` (string) Example: "https://analytics.revenera.com" ## Path parameters: - `product_id` (string, required) ## Request fields (application/json): - `fileName` (string) Example: "2376158762_2023-07-12.zip"