Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.example.com/chat-widget/settings' \ --header 'x-widget-token: YOUR_API_KEY'
{ "settings": { "companyName": "string", "messageEndpoint": "string", "theme": { "primary": "string", "secondary": "string", "text": "string", "accent": "string", "hover": "string" } }, "updated_at": "2026-07-24T12:00:00Z" }
settingsEndpoint
Authorization: ApiKey <key>
Bearer <key>
x-api-key
Settings
Show settings
Show theme
200
400
401