GET
/
backups
/
list
curl --request GET \
  --url https://api.vaultcord.com/backups/list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "key": 13381,
      "guildName": "gcp test",
      "created_at": "2024-06-30 22:50:18"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
resource retrieved
success
boolean
Example:

true

data
object[]