---
title: "GET /servers/{id}"
method: GET
path: "/servers/{id}"
tags: ["Servers"]
---

# GET /servers/{id}

`GET /servers/{id}`

Fetch server settings.

## Path parameters

- `id` integer, required

## Response `200`

VaultCord server settings info

- object
  - `success` boolean
  - `data` ServerSettingsInfo
    - `id` integer — The ID of the server
    - `accId` integer — The ID of the account who owns the server
    - `botId` integer — The ID of the custom bot linked to the server
    - `name` string — The name of the server
    - `guildid` string — Discord snowflake ID for the verified role.
    - `channelid` string — Discord snowflake ID for the logs channel.
    - `url` string — URL for the server verification page
    - `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.dev/vaultcord/apis/vaultcord-developers-api.md) · [All operations](https://skmtc.dev/vaultcord/apis/vaultcord-developers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vaultcord/vaultcord-developers-api/revisions/7790bd606410/schema)
