Retrieve a file
Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.
Authorizations
Path parameters
idstringRequired
File identifier.
Responses
200
OK.
application/json
404
404 Not Found
application/json
get
GET /files/{id}/content HTTP/1.1
Host: api.digitalriver.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "09e2464f-9b4f-482b-ae89-732183c705be",
"fileName": "File Name"
}
Last updated