Downloading a file
Learn how to download a file.
curl --location --request GET 'https://api.digitalriver.com/files/{fileId}/content' \
--header 'authorization: Basic YOUR_API_KEY' \
--header 'x-siteid: YOUR_SITE_ID'
{
"id": "9e00869b-e2f5-4663-aacb-e33687466020",
"fileName": "File Name"
}Last updated