POST
/
backups
/
{backup_id}
Generate backup download URL
curl --request POST \
  --url https://api.cloud.onidel.com/backups/{backup_id} \
  --header 'Authorization: <api-key>'
{
  "url": "https://syd.dl.onidel.com/download?fid=..."
}

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Path Parameters

backup_id
string<uuid>
required

Backup UUID that need to be considered for filter

Response

Successful operation

url
string<URL>
Example:

"https://syd.dl.onidel.com/download?fid=..."