File link basics
Learn more about the files resource.
Creating a file link
Setting the file links parameter
Parameter
Required/Optional
Description
Creating a file link example
curl --location --request POST 'https://api.digitalriver.com/file-links' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <API_key>' \
"fileId": "49ca4603-a718-424b-8a5e-0bfa95f98ae8",
"expiresTime": "2020-10-25T20:36:00Z"
}'Last updated