Skip to main content
GET
/
v1
/
databases
/
{id}
/
backups
Get all backups
curl --request GET \
  --url https://api.iran.liara.ir/v1/databases/{id}/backups \
  --header 'Authorization: <api-key>'
{
  "backups": [
    {
      "name": "<string>",
      "lastModified": "<string>",
      "etag": "<string>",
      "size": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Successful operation

backups
object[]