Skip to main content
GET
/
bot-live-demo
/
live
/
{key}
Get Live Demo
curl --request GET \
  --url https://api.closebot.com/bot-live-demo/live/{key} \
  --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

key
string
required

The key of the demo

Response

Success

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