Last updated 7 months ago
Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.
/files/{id}/content
File identifier.
curl -L \ --url 'https://api.digitalriver.com/files/{id}/content' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "id": "09e2464f-9b4f-482b-ae89-732183c705be", "fileName": "File Name" }