curl --request GET \
--url https://api.vaultcord.com/servers \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 5180,
"name": "google play",
"guildid": "1218273540147646535",
"created_at": 1710529489
}
]
}List out the servers on account
curl --request GET \
--url https://api.vaultcord.com/servers \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 5180,
"name": "google play",
"guildid": "1218273540147646535",
"created_at": 1710529489
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
VaultCord server settings
true
Show child attributes
Was this page helpful?