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