Get App WebApp Settings
Available for: Chatflow, Workflow, Agent, Chatbot, Legacy 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.
Chat color theme.
Whether the chat color theme is inverted.
Copyright text.
Custom disclaimer text.
Default language code.
Web app description.
Icon content (emoji or image ID).
Icon background color.
Type of icon used. emoji for emoji icons, image for uploaded image icons.
URL of the icon image.
Placeholder text shown in the web app message input box. null when not configured.
Privacy policy URL.
Whether to show workflow steps.
Web app title.
Whether to use the app icon as the answer icon.