GET
/
servers
/
{guildId}
/
settings
Get Settings Configuration
curl --request GET \
  --url https://quark.bot/api/servers/{guildId}/settings \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "options": {}
}
guild ID
string
The ID of the guild.
bot
string
default:"main"
The bot to get the configuration for. Either “main” or “pro”.
id
string
required
The ID of the guild.
options
object
required
The configuration options for the settings.