API for iblai
API Reference//
- ai_bot_v1_bots_discord_user_config_update
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_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_discord_us...
ibl-data-manager (4.84.1-ai-plus)
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/
- 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}/discord-user-config/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "id": 0, "user": 2147483647, "discord_user_id": "string", "date_created": "2019-08-24T14:15:22Z", "last_modified": "2019-08-24T14:15:22Z" }
Request
Setup discord user id linkage with discord bots this will be used to authenticate the user when interracting with discord bots. the user id can be copied from the discord app after tapping on the user profile.
Security
PlatformApiKeyAuthentication
- 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}/discord-user-config/{id}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- application/scim+json
- application/x-www-form-urlencoded
- multipart/form-data
- */*
curl -i -X PUT \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"discord_user_id": "string"
}'Response
application/json
{ "id": 0, "user": 2147483647, "discord_user_id": "string", "date_created": "2019-08-24T14:15:22Z", "last_modified": "2019-08-24T14:15:22Z" }
Request
Setup discord user id linkage with discord bots this will be used to authenticate the user when interracting with discord bots. the user id can be copied from the discord app after tapping on the user profile.
Security
PlatformApiKeyAuthentication
- 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}/discord-user-config/{id}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- application/scim+json
- application/x-www-form-urlencoded
- multipart/form-data
- */*
curl -i -X PATCH \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"discord_user_id": "string"
}'Response
application/json
{ "id": 0, "user": 2147483647, "discord_user_id": "string", "date_created": "2019-08-24T14:15:22Z", "last_modified": "2019-08-24T14:15:22Z" }