GET
/
{site}
/
{from}
/
{to}
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

200
text/plain

Unified diff between backups

The response is of type string.