> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Widget

> Fetch a single embed widget configuration.

## Authentication

Requires a Bearer token (API key) or a dashboard session.

## Path Parameters

<ParamField path="id" type="string" required>
  The widget config UUID.
</ParamField>

## Response

<ResponseField name="iframe" type="object">
  The widget config: `id`, `api_key_id`, `name`, `status`, `appearance`, `behavior`, `security`, `intent`, `created_at`, `updated_at`.
</ResponseField>

## Example

```bash curl theme={null}
curl https://www.hitheo.ai/api/v1/iframes/CONFIG_ID \
  -H "Authorization: Bearer $THEO_API_KEY"
```
