Chat9
APIWidget

Widget Config

GET
/widget/config
/widget/config

Query Parameters

bot_id
Required
Bot Id

Bot public ID

localeLocale

Browser locale hint (e.g. ru-RU)

curl -X GET "https://api.getchat9.live/widget/config?bot_id=string&locale=string"

Successful Response

{
  "link_safety_enabled": false,
  "allowed_domains": [
    "string"
  ],
  "link_safety_labels": {
    "title": "string",
    "body": "string",
    "continue_label": "string",
    "cancel_label": "string"
  }
}