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 --location --request GET 'https://api.digitalriver.com/files/{fielId}/content' \
--header 'authorization: Basic ***\
--header 'x-siteid: acme' \
...
Last updated
Was this helpful?