Skip to main content
GET
/
api
/
v1
/
iframes
/
{id}
Get Widget
curl --request GET \
  --url https://api.example.com/api/v1/iframes/{id}
{
  "iframe": {}
}

Authentication

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

Path Parameters

id
string
required
The widget config UUID.

Response

iframe
object
The widget config: id, api_key_id, name, status, appearance, behavior, security, intent, created_at, updated_at.

Example

curl
curl https://www.hitheo.ai/api/v1/iframes/CONFIG_ID \
  -H "Authorization: Bearer $THEO_API_KEY"