GET
/
{site}
/
{file}
curl --request GET \
  --url https://api.altostrat.io/backups/{site}/{file} \
  --header 'Authorization: Bearer <token>'
{
  "date": "2023-05-14",
  "time": "10:05:22",
  "content": "<string>",
  "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

Site ID

file
string
required

Filename in the format {epoch}.rsc

Response

200
application/json

Backup file details or raw data if certain headers are set

The response is of type object.