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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
resource retrieved
true
Show child attributes
Was this page helpful?