Skip to main content
GET
/
bot-live-demo
/
{botId}
List Live Demos
curl --request GET \
  --url https://api.closebot.com/bot-live-demo/{botId} \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "name": "<string>",
    "key": "<string>",
    "organizationId": "<string>",
    "active": true,
    "mimicSourceId": "<string>",
    "sourceVariables": [
      {
        "id": "<string>",
        "name": "<string>",
        "value": "<string>"
      }
    ]
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

botId
string
required

The ID of the Bot

Response

Success

name
string | null
key
string | null
organizationId
string | null
active
boolean
mimicSourceId
string | null
sourceVariables
object[] | null