Backups
Scheduled
List out the backups on account
get/backups/scheduled
Response
List of future timed backups for VaultCord (scheduled in future)
Example response
{
"success": true,
"data": [
{
"id": 13381,
"serverId": 5180,
"interval": 604800,
"last_run": 1720049460
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.