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. Discord

Roles

Get Roles for Discord integration

GET https://yourwebsite.com/api/integrations/discord/roles

[
    {
        "id": "2",
        "name": "Admin",
        "slug": "admin",
        "usernameCSS": null,
        "badgeCSS": null,
        "priority": "99",
        "discordRoleID": "1148268003478224926"
    },
    {
        "id": "3",
        "name": "Support",
        "slug": "support",
        "usernameCSS": null,
        "badgeCSS": null,
        "priority": "98",
        "discordRoleID": "1148268311889575976"
    }
]
PreviousSettings

Last updated 4 months ago

🎮