Authorizations
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with 'Bearer '. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Response
WebApp settings of the application.
WebApp name.
Chat color theme, in hex format (e.g., #RRGGBB).
Whether the chat color theme is inverted.
Icon type.
emoji, image Icon. If it's emoji type, it's an emoji symbol; if it's image type, it's an image URL.
Background color in hex format (e.g., #RRGGBB).
Icon URL (likely refers to image type if icon field is just a name/id).
Description.
Copyright information.
Privacy policy link.
Custom disclaimer.
Default language (e.g., en-US).
Whether to show workflow details.
Whether to replace 🤖 in chat with the WebApp icon.