Bots
Get All
Get all the bots.
get/public/api/bots?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"paging": {
"total": 2,
"skip": 0,
"limit": 1000
},
"data": [
{
"bot_id": "666abc9a8c591700299636bd",
"name": "FAQ Bot",
"is_active": true,
"webhook_url": "https://8b3e-212-116-179-154.ngrok-free.app/webhook",
"created_date": "2024-06-13T09:32:10.859Z",
"updated_date": "2024-06-13T09:32:10.859Z"
},
{
"bot_id": "666abc9a8c591700299636be",
"name": "FAQ Bot #2",
"is_active": true,
"webhook_url": "https://8b3e-213-117-178-155.ngrok-free.app/webhook",
"created_date": "2024-06-13T09:32:10.859Z",
"updated_date": "2024-06-13T09:32:10.859Z"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.