---
title: "Get the web config"
method: GET
path: "/config"
tags: ["Internal"]
---

# Get the web config

`GET /config`

## Response `200`

The current web config

- WebConfig
  - `appearanceVariables` object
  - `name` string
  - `customStyles` string
  - `streamTitle` string
  - `offlineMessage` string
  - `logo` string
  - `version` string
  - `socketHostOverride` string
  - `extraPageContent` string
  - `summary` string
  - `tags` string[]
  - `socialHandles` SocialHandle[]
    - `platform` string
    - `url` string
    - `icon` string
  - `externalActions` ExternalAction[]
    - `url` string
    - `html` string
    - `title` string
    - `description` string
    - `icon` string
    - `color` string
    - `openExternally` boolean
  - `notifications` NotificationConfig
    - `browser` BrowserConfig
      - `publicKey` string
      - `enabled` boolean
  - `federation` FederationConfig
    - `account` string
    - `followerCount` integer
    - `enabled` boolean
    - `hideFollowersTab` boolean
  - `maxSocketPayloadSize` integer
  - `hideViewerCount` boolean
  - `chatDisabled` boolean
  - `chatRequireAuthentication` boolean — Whether users must authenticate before sending chat messages
  - `nsfw` boolean
  - `autoplay` 'off' | 'always' | 'sound-only' — Viewer autoplay behavior.
  - `authentication` AuthenticationConfig
    - `indieAuthEnabled` boolean

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/dc1c42f7f8f6/schema)
