Get App WebApp Settings
Available for: Chatflow, Workflow, New Agent, Chatbot, Agent, Text Generator apps.
Returns the branding and display settings for the app’s hosted web app, such as its title, icon, theme colors, and default language.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Response
Web app settings of the application.
Web app title.
Chat color theme.
Whether the chat color theme is inverted.
Type of icon used. emoji for emoji icons, image for uploaded image icons.
Icon content (emoji or image ID).
Icon background color.
URL of the icon image.
Web app description.
Copyright text.
Privacy policy URL.
Placeholder text shown in the web app message input box. null when not configured.
Custom disclaimer text.
Default language code.
Whether to show workflow steps.
Whether to use the app icon as the answer icon.