cURL
curl --request GET \ --url https://api.vaultcord.com/bots \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 2475, "name": "google bot", "clientId": "1218273093298946048", "created_at": 1710529389 } ] }
List out the custom bots
Documentation IndexFetch the complete documentation index at: https://docs.vaultcord.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vaultcord.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VaultCord bot configuration
true
Show child attributes
Was this page helpful?