Skip to main content
Skip table of contents

Regeneration of the archive

POST/api/v1/downloads/{download}/repeat

Headers

Authorization

Bearer token

Accept

application/json

X-Client

ios-cctv|android-cctv|thick-legal|web

X-UUID

unique device id

Body

downloadoptional

int

Download identifier for which to retrieve the link again

Response

204

Successful response

401

Authorization token not provided or invalid

404

If the download is not owned by the user or does not exist

Example

JSON
curl -k --location --request POST 'https://vms.local/api/v1/downloads/{download}/repeat' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json' \
--header 'X-Client:ios-cctv|android-cctv|thick-legal|web' \
--header 'X-UUID:unique device id'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.