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"
    }
]

Last updated