Skip to main content
GET
/
{site}
/
{from}
/
{to}
Show diff between two backup files
curl --request GET \
  --url https://api.altostrat.io/backups/{site}/{from}/{to} \
  --header 'Authorization: Bearer <token>'
"<string>"

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

from
string
required

First backup file, e.g. 1682025675.rsc

to
string
required

Second backup file, e.g. 1682026899.rsc

Response

Unified diff between backups

The response is of type string.

I