---
title: "GET /bots/{id}"
method: GET
path: "/bots/{id}"
tags: ["Bots"]
---

# GET /bots/{id}

`GET /bots/{id}`

Fetch bot settings.

## Path parameters

- `id` integer, required

## Response `200`

Discord bot configuration settings

- object
  - `success` boolean
  - `do_NOT_share_your_token` string
  - `data` BotSettingsInfo
    - `id` integer — The ID of the bot
    - `accId` integer — The ID of the account who owns the bot
    - `name` string — The name of the bot
    - `clientId` string — Discord snowflake ID for the bot/application.
    - `clientSecret` string — Discord OAuth2 secret.
    - `token` string — Discord bot/application token
    - `created_at` integer — The creation date of the server, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

[API](https://skmtc.net/vaultcord/apis/vaultcord-developers-api.md) · [All operations](https://skmtc.net/vaultcord/apis/vaultcord-developers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vaultcord/vaultcord-developers-api/versions/7790bd606410/schema)
