---
title: "Get Echo configuration"
method: GET
path: "/api/v1/public/echo/configuration"
tags: ["public"]
---

# Get Echo configuration

`GET /api/v1/public/echo/configuration`

Return the workspace Echo widget configuration without private credentials.

## Response `200`

Successful Response

- EchoConfigResponse
  - `id` string, required
  - `workspaceId` string, required
  - `position` string, required
  - `theme` string, required
  - `agentName` string, required
  - `welcomeMessage` string, required
  - `logoUrl` string, nullable
  - `primaryColor` string, required
  - `userBubbleColor` string, required
  - `userBubbleTextColor` string, required
  - `botBubbleColor` string, required
  - `botBubbleTextColor` string, required
  - `headerGradientFrom` string, required
  - `headerGradientTo` string, required
  - `launcherSize` string, required
  - `borderRadius` string, required
  - `shadowSize` string, required
  - `inputPlaceholder` string, required
  - `suggestions` string[]
  - `hideSuggestionsOnInteract` boolean
  - `previewMessages` string[]
  - `autoShowPreviewDelay` integer
  - `showBranding` boolean
  - `privacyPolicyUrl` string, required
  - `enableLeadCapture` boolean
  - `leadCaptureKeywords` string[]
  - `leadCaptureMinutesThreshold` integer
  - `leadCaptureMessageThreshold` integer
  - `targetAgentIdForLeads` string, nullable
  - `enableBrochure` boolean
  - `brochureSuggestionText` string, required
  - `allowedDomains` string[]
  - `enableVoiceCall` boolean
  - `selectedUseCaseId` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-08-21** `2a1adc380310` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/echo/configuration/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
