v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Backups

List out the backups on account

get/backups/list

Response

List of VaultCord saved backups

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "key": 13381,
      "guildName": "gcp test",
      "created_at": "2024-06-30 22:50:18"
    }
  ]
}