Get Chat Widget configuration
Chat SDK API
Get Chat Widget Config
Retrieve the current Chat Widget configuration for an agent
GET
Get Chat Widget configuration
Overview
Retrieve the complete Chat Widget (Chat SDK) configuration for a specific agent. This includes all visual customizations for the chat window and launcher button, the list of allowed origins for CORS, and whether the widget is currently enabled. Use this endpoint to inspect the current widget settings before making updates via Update Chat Widget Config.Required Permission
agents
Path Parameters
Query Parameters
Example cURL
Response
Success (200)
Response Fields
response.chatSdkConfig
windowCustomizations
widgetCustomizations
Error Responses
404 Not Found - Agent does not existUse Cases
- Retrieving widget configuration before updating it
- Displaying current widget settings in an administration dashboard
- Exporting widget configuration for backup or audit purposes
Save the
requestId from every response. You will need it if you contact Inya support to trace a specific request.Authorizations
API key with 'agents' permission
Path Parameters
Unique identifier of the agent
Query Parameters
Target environment. Default is development.
Available options:
development, staging, production