API for iblai
API Reference//
- ai_bot_v1_bots_webhooks_whatsapp_create
ai_bot_v1_bots_bot_list
ai_bot_v1_bots_bot_create
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_w...
ibl-data-manager (4.84.1-ai-plus)
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
- 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/webhooks/{org}/whatsapp/{name}/'Response
application/json
{ "entry": [ { … } ] }
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
- 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/webhooks/{org}/whatsapp/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"entry": [
{
"property1": null,
"property2": null
}
]
}'Response
application/json
{ "entry": [ { … } ] }