GET
/
backups
/
scheduled
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
    }
  ]
}

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[]