GET
/
settings
/
get
curl --request GET \
  --url https://v3.minestorecms.com/api/settings/get
{
  "auth_type": "username",
  "header": [
    {
      "name": "Home",
      "url": "/"
    },
    {
      "name": "Shop",
      "url": "/shop"
    }
  ],
  "footer": [
    {
      "name": "Terms of Service",
      "url": "/terms"
    },
    {
      "name": "Privacy Policy",
      "url": "/privacy"
    }
  ],
  "website_name": "Hypixel Network",
  "website_description": "Official Webstore for Hypixel Network",
  "server": {
    "ip": "mc.hypixel.net",
    "port": 25565
  },
  "is_featuredDeal": true,
  "details": true,
  "goals": [
    {
      "name": "Server Upgrade",
      "current_amount": 500,
      "goal_amount": 1000
    }
  ],
  "top": {
    "avatar": "https://mc-heads.net/body/12345678",
    "username": "TopDonator"
  },
  "recentDonators": [
    {
      "username": "PlayerOne",
      "avatar": "https://mc-heads.net/avatar/PlayerOne/75",
      "amount": 50,
      "currency": "USD"
    }
  ],
  "discord_url": "https://discord.gg/example",
  "discord_id": "123456789",
  "is_ref": true,
  "is_profile_enabled": true,
  "discord_sync": 1,
  "socials": {
    "facebook": "https://facebook.com/example",
    "twitter": "https://twitter.com/example"
  },
  "is_virtual_currency": true,
  "virtual_currency": "Tokens",
  "system_currency": {
    "name": "USD",
    "value": 1
  },
  "currencies": [
    {
      "name": "USD",
      "value": 1
    },
    {
      "name": "EUR",
      "value": 0.85
    }
  ],
  "languages": [
    {
      "code": "en",
      "name": "English"
    },
    {
      "code": "fr",
      "name": "French"
    }
  ],
  "system_language": {
    "code": "en",
    "name": "English"
  }
}

Response

200
application/json
OK
auth_type
string

The authentication type used for login. Could be username or in-game

header
object[]

Links displayed in the website header

Links displayed in the website footer

website_name
string

The name of the website

website_description
string

The description of the website

server
object

Server IP and port information for monitoring

Indicates whether there is a featured deal on the website

details
boolean

Collecting client data during checkout by using form

goals
object[]

List of active donation goals

top
object

Top donator for the current month

recentDonators
object[]

List of recent donators

discord_url
string

URL to the Discord server

discord_id
string

Discord Guild ID

is_ref
boolean

Indicates if the referral system is enabled

is_profile_enabled
boolean

Indicates if the profile feature is enabled

socials
object

Social media links associated with the website

is_virtual_currency
boolean

Indicates if virtual currency is used

virtual_currency
string

Name of the virtual currency

discord_sync
boolean

Indicates if Discord synchronization (OAuth) is enabled for role syncing, so you need to login with Discord and put Discord Data in the Cookie.

system_currency
object

The system currency and its value relative to USD

currencies
object[]

List of allowed currencies

languages
object[]

List of available languages on the website

system_language
object

The current system language used by the website