Skip to main content
POST
/
v1
/
databases
/
{id}
/
backups
/
{name}
/
download
Download a backup
curl --request POST \
  --url https://api.iran.liara.ir/v1/databases/{id}/backups/{name}/download \
  --header 'Authorization: <api-key>'
{
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

id
string
required

The id of your database

name
string
required

The name of your backup

Response

Successful operation