LeaderOS API
  • 👋Getting Started
    • Introduction
    • Authentication
  • 🔐Auth
    • Login
    • Register
    • Sessions
  • 🧑‍🦱Users
    • Profiles
    • Roles
    • Tickets
    • Orders
  • 🛍️Store
    • Listing
    • Products
    • Categories
    • Buy
    • Donations
  • 🍏Bazaar
    • Player Storages
    • Servers
  • 🚨Support
    • Tickets
    • Messages
    • Categories
    • Quick Answers
  • 🪙Credits
    • Show Credits
    • Add Credits
    • Remove Credits
    • Send Credits
    • Set Credits
  • 👍Vote
    • Vote Links
  • 🎮Discord
    • Users
    • Settings
    • Roles
Powered by GitBook
On this page
  1. Bazaar

Servers

Get all bazaar servers

GET https://yourwebsite.com/api/bazaar/servers

[
    {
        "id": "1",
        "name": "VIP",
        "slug": "vip",
        "imageID": "ed1879ac89e4d8c7520c4f80f2eeef4c",
        "imageType": "png",
        "priority": "99",
        "isActive": "1"
    },
    {
        "id": "2",
        "name": "Factions",
        "slug": "factions",
        "imageID": "017d66002f01317c7e0472b058341024",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    },
    {
        "id": "3",
        "name": "Skyblock",
        "slug": "skyblock",
        "imageID": "f10f36b11daa41450d0c379aa0b581eb",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    },
    {
        "id": "4",
        "name": "Survival",
        "slug": "survival",
        "imageID": "f808c7b6af70367788784006699795f9",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    }
]
PreviousPlayer StoragesNextSupport

Last updated 4 months ago

🍏