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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the resource

Response

200
application/json
bot settings object
success
boolean
Example:

true

do_NOT_share_your_token
string
Example:

"Do not share your token or client secret, it could result in being hacked"

data
object