API for iblai
API Reference//
- ai_bot_v1_bots_bot_create
ai_bot_v1_bots_bot_list
ai_bot_v1_bots_bot_commands_list
ai_bot_v1_bots_bot_commands_create
ai_bot_v1_bots_bot_commands_retrieve
ai_bot_v1_bots_bot_commands_update
ai_bot_v1_bots_bot_commands_partial_update
ai_bot_v1_bots_bot_commands_destroy
ai_bot_v1_bots_bot_retrieve
ai_bot_v1_bots_bot_update
ai_bot_v1_bots_bot_partial_update
ai_bot_v1_bots_bot_destroy
ai_bot_v1_bots_bot_config_discord_retrieve
ai_bot_v1_bots_bot_config_discord_partial_update
ai_bot_v1_bots_bot_config_slack_retrieve
ai_bot_v1_bots_bot_config_slack_update_create
ai_bot_v1_bots_bot_config_slack_update_update
ai_bot_v1_bots_bot_config_slack_update_partial_update
ai_bot_v1_bots_bot_config_teams_retrieve
ai_bot_v1_bots_bot_config_teams_update_create
ai_bot_v1_bots_bot_config_teams_update_update
ai_bot_v1_bots_bot_config_teams_update_partial_update
ai_bot_v1_bots_bot_config_webex_retrieve
ai_bot_v1_bots_bot_config_webex_partial_update
ai_bot_v1_bots_bot_config_whatsapp_retrieve
ai_bot_v1_bots_bot_whatsapp_config_update
ai_bot_v1_bots_bot_whatsapp_config_partial_update
ai_bot_v1_bots_discord_user_config_list
ai_bot_v1_bots_discord_user_config_create
ai_bot_v1_bots_discord_user_config_retrieve
ai_bot_v1_bots_discord_user_config_update
ai_bot_v1_bots_discord_user_config_partial_update
ai_bot_v1_bots_discord_user_config_destroy
ai_bot_v1_bots_slack_user_config_list
ai_bot_v1_bots_slack_user_config_create
ai_bot_v1_bots_slack_user_config_retrieve
ai_bot_v1_bots_slack_user_config_update
ai_bot_v1_bots_slack_user_config_partial_update
ai_bot_v1_bots_slack_user_config_destroy
ai_bot_v1_bots_whatsapp_user_config_list
ai_bot_v1_bots_whatsapp_user_config_create
ai_bot_v1_bots_whatsapp_user_config_retrieve
ai_bot_v1_bots_whatsapp_user_config_update
ai_bot_v1_bots_whatsapp_user_config_partial_update
ai_bot_v1_bots_whatsapp_user_config_destroy
ai_bot_v1_bots_webhooks_discord_create
ai_bot_v1_bots_webhooks_slack_create
ai_bot_v1_bots_webhooks_teams_create
ai_bot_v1_bots_webhooks_webex_create
ai_bot_v1_bots_webhooks_whatsapp_retrieve
ai_bot_v1_bots_webhooks_whatsapp_create
ai_bot_v1_bots_bot_create
ibl-data-manager (4.84.1-ai-plus)
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "id": 0, "platform": 0, "tenant": "string", "name": "string", "provider": "webex", "is_configured": true, "slack_config": 0, "discord_config": 0, "webex_config": 0, "whatsapp_config": 0, "teams_config": 0, "webhook_url": "string" } ]
Body
- application/json
- application/scim+json
- application/x-www-form-urlencoded
- multipart/form-data
- */*
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"provider": "webex"
}'Response
application/json
{ "id": 0, "name": "string", "provider": "webex", "is_configured": true, "webhook_url": "string", "discord_config": 0, "webex_config": 0, "whatsapp_config": 0, "teams_config": 0 }
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot-commands/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "id": 0, "command": "string", "mentor": 0, "bot": 0 } ]