v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Bots

Get

Get a bot for the given id.

get/public/api/bots/{id}

Path parameters

idstring required

The id of the bot

Headers

Acceptstring

e.g. application/json

Response

OK

bot_idstring
namestring
is_activeboolean
webhook_urlstring
tenantstring
created_datestring
updated_datestring

Example response

{
  "bot_id": "666abc9a8c591700299636bd",
  "name": "FAQ Bot",
  "is_active": true,
  "webhook_url": "https://8b3e-212-116-179-154.ngrok-free.app/webhook",
  "tenant": "workplace2",
  "created_date": "2024-06-13T09:32:10.859Z",
  "updated_date": "2024-06-13T09:32:10.859Z"
}