WidgetSettingsResource is reachable on every Kataven Node client as client.widgetSettings. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below.
Account-level widget branding (colors, logo, copy) and per-agent widget policy (auth requirements, custom intro copy).
Methods at a glance
| Method | HTTP | Summary |
|---|---|---|
get | GET /api/v1/widget-settings | Get account-level widget branding |
update | PATCH /api/v1/widget-settings | Update account-level widget branding |
getAgent | GET /api/v1/agents/{agentId}/widget-settings | Get per-agent widget policy |
updateAgent | PATCH /api/v1/agents/{agentId}/widget-settings | Update per-agent widget policy |
Reference
client.widgetSettings.get(...)
Get account-level widget branding
HTTP — GET /api/v1/widget-settings · API reference →
client.widgetSettings.update(...)
Update account-level widget branding
HTTP — PATCH /api/v1/widget-settings · API reference →
client.widgetSettings.getAgent(...)
Get per-agent widget policy
HTTP — GET /api/v1/agents/{id}/widget-settings · API reference →
client.widgetSettings.updateAgent(...)
Update per-agent widget policy
HTTP — PATCH /api/v1/agents/{id}/widget-settings · API reference →

