---
title: "Get Discord account settings"
method: GET
path: "/v1/accounts/{accountId}/discord-settings"
tags: ["Discord"]
---

# Get Discord account settings

`GET /v1/accounts/{accountId}/discord-settings`

Returns the current Discord account settings including webhook identity (display name and avatar), connected channel, and guild information.

## Path parameters

- `accountId` string, required

## Response `200`

Discord account settings

- object
  - `account` object
    - `_id` string
    - `platform` string
    - `username` string — Channel name
    - `displayName` string — Guild - #channel display name
    - `profilePicture` string — Guild icon URL
    - `channelId` string — Connected channel snowflake ID
    - `channelName` string — Channel name
    - `channelType` string — Channel type (0 = text, 5 = announcement, 15 = forum)
    - `guildId` string — Guild (server) snowflake ID
    - `webhookUsername` string, nullable — Custom webhook display name (null = default "Zernio")
    - `webhookAvatarUrl` string, nullable — Custom webhook avatar URL (null = default bot avatar)

## Other responses

- `400` — Not a Discord account
- `401` — Unauthorized
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/f81ca70ea6b9/schema)
