---
title: "Get Slack account settings"
method: GET
path: "/v1/accounts/{accountId}/slack-settings"
tags: ["Accounts"]
---

# Get Slack account settings

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

Returns the connected Slack channel details and the default message identity (name and avatar shown as the author on every post, with Slack's APP badge). The identity applies to messages only; the app's own Slack profile is global and cannot be changed per workspace.

## Path parameters

- `accountId` string, required

## Response `200`

Slack account settings

- object
  - `account` object
    - `_id` string
    - `platform` string
    - `displayName` string, nullable
    - `channelId` string, nullable
    - `channelName` string, nullable
    - `channelType` string, nullable — public or private
    - `teamId` string, nullable
    - `teamName` string, nullable
    - `defaultUsername` string, nullable
    - `defaultIconUrl` string, nullable

## Other responses

- `400` — Invalid request
- `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/1e9a379eafca/schema)
