cURL
curl --request GET \ --url https://api.vaultcord.com/backups/scheduled \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 13381, "serverId": 5180, "interval": 604800, "last_run": 1720049460 } ] }
List out the backups on account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of future timed backups for VaultCord (scheduled in future)
true
Show child attributes
ID of the scheduled backup.
13381
VaultCord server ID.
5180
How often the backup runs, in seconds.
604800
Last date of backup, in unix timestamp (seconds)
1720049460
Was this page helpful?