Skip to main content
PATCH
/
api
/
v1
/
widget-settings
Update account-level widget branding
curl --request PATCH \
  --url https://api.kataven.ai/v1/api/v1/widget-settings \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "accent_color": "#1e40af",
  "launcher_label": "Talk to us",
  "launcher_position": "br",
  "logo_url": "https://acme.com/logo.svg",
  "primary_color": "#2563eb",
  "privacy_notice": "Calls may be recorded for quality."
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Body

application/json

Branding fields

Branding fields

accent_color
string
Example:

"#1e40af"

launcher_label
string
Example:

"Talk to us"

launcher_position
enum<string>
Available options:
bl,
br,
tl,
tr
Example:

"br"

logo_url
string
Example:

"https://acme.com/logo.svg"

primary_color
string
Example:

"#2563eb"

privacy_notice
string
Example:

"Calls may be recorded for quality."

Response

Updated