cURL
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" } ] }
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?