GET
/
bots
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
resource retrieved
success
boolean
Example:

true

data
object[]