GET
/
{site}
/
curl --request GET \
  --url https://api.altostrat.io/backups/{site}/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "date": "2023-05-14",
    "time": "10:05:22",
    "size": "3.1B",
    "filename": "1682025675.rsc"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

site
string
required

The site ID (UUID or some ID string) to list backups for.

Response

200
application/json

An array of backup files

The response is of type object[].