curl --request GET \
--url https://api.vaultcord.com/bots/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"do_NOT_share_your_token": "Do not share your token or client secret, it could result in being hacked",
"data": {
"id": 2475,
"accId": 25204,
"name": "google bot",
"clientId": "1218273093298946048",
"clientSecret": "JFcVvRVdnZb2QRa6DpY3LPwPMTpDi5X6",
"token": "MTIxODI3MzA5MzI5ODk0NjA0OA.nt02aR.e7Uyh_D3GggylpuFFwbt2E5NR4c-lUoqFrM9fK",
"created_at": 1710529170
}
}Fetch bot settings.
curl --request GET \
--url https://api.vaultcord.com/bots/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"do_NOT_share_your_token": "Do not share your token or client secret, it could result in being hacked",
"data": {
"id": 2475,
"accId": 25204,
"name": "google bot",
"clientId": "1218273093298946048",
"clientSecret": "JFcVvRVdnZb2QRa6DpY3LPwPMTpDi5X6",
"token": "MTIxODI3MzA5MzI5ODk0NjA0OA.nt02aR.e7Uyh_D3GggylpuFFwbt2E5NR4c-lUoqFrM9fK",
"created_at": 1710529170
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the resource
Discord bot configuration settings
true
"Do not share your token or client secret, it could result in being hacked"
Show child attributes
The ID of the bot
2475
The ID of the account who owns the bot
25204
The name of the bot
"google bot"
Discord snowflake ID for the bot/application.
"1218273093298946048"
Discord OAuth2 secret.
"JFcVvRVdnZb2QRa6DpY3LPwPMTpDi5X6"
Discord bot/application token
"MTIxODI3MzA5MzI5ODk0NjA0OA.nt02aR.e7Uyh_D3GggylpuFFwbt2E5NR4c-lUoqFrM9fK"
The creation date of the server, in unix timestamp (seconds)
1710529170
Was this page helpful?