GET
/
v1
/
chat-widget
Index
curl --request GET \
  --url https://api.eqho.ai/v1/chat-widget \
  --header 'X-API-KEY: <api-key>'
[
  {
    "additional_config": {
      "allowed_origins": [
        "http://localhost",
        "https://example.com"
      ],
      "bubbleColor": "#000000",
      "greetings": "Hello, how can I help you today?",
      "headerColor": "#000000",
      "themeColor": "#000000"
    }
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Successful Response

account_id
string
required
campaign_id
string
required
Required string length: 24
agent_id
string
required
Required string length: 24
_id
string | null
name
string
default:Chat Widget
enabled
boolean
default:true
additional_config
object