Application
Get List of Application Backups
This route allows you to retrieve a list of backups (snapshots) for a specific application.
GET
The API key for your account. You can find this in your account settings.
The ID of the application. You can find this in the URL of your application’s dashboard.
Response
Indicates whether the call was successful. success
if successful, error
if not.
The contents of the response.
The format of the URL to download the desired backup is: https://backups.squarecloud.app/{accountID}_{name}.zip?{key}
Was this page helpful?