> 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/settings.md).

# Settings

## Get Settings for Discord integration

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

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

```json
{
    "roleSyncingStatus": true,
    "syncedRoleID": "1131621997231743046",
    "ticketStatus": true,
    "ticketCategoryID": "1148224808119701576",
    "ticketStaffRoleIDs": [
        "1148268311889575976"
    ]
}
```

{% endtab %}
{% endtabs %}
