cURL
curl --request POST \ --url https://api.hypercore.vn/backups/{backup_id} \ --header 'Authorization: Bearer <token>'
{ "url": "https://syd.dl.onidel.com/download?fid=..." }
Generate backup download URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Backup UUID that need to be considered for filter
Successful operation
"https://syd.dl.onidel.com/download?fid=..."