> For the complete documentation index, see [llms.txt](https://developer.leaderos.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.leaderos.net/discord/roles.md).

# Roles

## Get Roles for Discord integration

<mark style="color:blue;">`GET`</mark> `https://yourwebsite.com/api/integrations/discord/roles`

{% tabs %}
{% tab title="200: OK " %}

```json
[
    {
        "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"
    }
]
```

{% endtab %}
{% endtabs %}
