cURL
curl --request GET \ --url https://api.vaultcord.com/servers/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": 5180, "accId": 25204, "botId": 2475, "name": "google play", "guildid": "1225834185885876296", "channelid": "1216840991215190148", "url": "mylink", "created_at": 1710529170 } }
Fetch server settings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the resource
server settings object
The response is of type object.
object
Was this page helpful?