myBots Web Chat Public API

The anonymous configuration API behind the embeddable Mia AI web-chat widget. A single published operation, GET /api/IntegrationApp/public/webchat/{channel}/config, returns the launcher accent color, launcher icon and a short-lived handshake token for a channel public key. It takes no credentials — the caller is authorized by a per-channel domain allow-list matched against the embedding page origin. Documented only inside the provider's own widget loader script; there is no reference page for it.

API entry from apis.yml

apis.yml Raw ↑
name: myBots Web Chat Public API
description: The anonymous configuration API behind the embeddable Mia AI web-chat widget. A single published
  operation, GET /api/IntegrationApp/public/webchat/{channel}/config, returns the launcher accent color,
  launcher icon and a short-lived handshake token for a channel public key. It takes no credentials —
  the caller is authorized by a per-channel domain allow-list matched against the embedding page origin.
  Documented only inside the provider's own widget loader script; there is no reference page for it.
humanURL: https://mybots.pro
baseURL: https://notification.mybots.pro
tags:
- Web Chat
- Embeddable
- Widget
properties:
- type: Components
  url: components/mybotspro-components.yml
- type: Conventions
  url: conventions/mybotspro-conventions.yml
- type: ErrorCatalog
  url: errors/mybotspro-problem-types.yml