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>
resource retrieved
The response is of type object.
object
Was this page helpful?