POST
/
{site}
/
curl --request POST \
  --url https://api.altostrat.io/backups/{site}/ \
  --header 'Authorization: Bearer <token>'
{
  "message": "Backup requested"
}

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 to request a new backup for

Response

202
application/json

Backup request accepted

The response is of type object.