Downloading a file
Learn how to download a file.
Use the
GET /files/{fileId}/content
request for the specified file identifier (fileId
) to fetch a file. For more information, see Downloading the invoice.cURL
200 OK response
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"
}