/
MO
mozilla-ai
/
Clawbolt
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2h ago
Details
Filter operations
webchat
3
get
Health Check
get
Auth Config
get
Get Oauth Status
get
Get Authorize Url
get
Oauth Callback
delete
Disconnect Integration
post
Telegram Inbound
post
Linq Inbound
post
Bluebubbles Inbound
get
Get Profile
put
Update Profile
get
Get Channel Config
put
Update Channel Config
get
Get Channel Routes
patch
Update Channel Route
get
Get Telegram Bot Info
get
Get Model Config
put
Update Model Config
get
Get Storage Config
put
Update Storage Config
get
List Providers
get
List Provider Models
get
Get Heartbeat Logs
delete
Delete Heartbeat Logs
get
Get Llm Usage
get
List Sessions
get
Get Session
delete
Delete Messages Batch
delete
Delete Single Message
delete
Delete Conversation History
get
Get Memory
put
Update Memory
get
Get Permissions
put
Update Permissions
get
Get Tool Config
put
Update Tool Config
get
List Calendars
get
Get Calendar Config
put
Update Calendar Config
Update Channel Config
Update server-level channel configuration.
put
/api/user/channels/config
Request body
ChannelConfigUpdate
required
telegram_bot_token
string
nullable
telegram_allowed_chat_id
string
nullable
linq_api_token
string
nullable
linq_from_number
string
nullable
linq_webhook_signing_secret
string
nullable
linq_allowed_numbers
string
nullable
linq_preferred_service
string
nullable
bluebubbles_server_url
string
nullable
bluebubbles_password
string
nullable
bluebubbles_allowed_numbers
string
nullable
bluebubbles_imessage_address
string
nullable
Response
Successful Response
ChannelConfigResponse
required
telegram_bot_token_set
boolean
required
telegram_allowed_chat_id
string
required
linq_api_token_set
boolean
linq_from_number
string
linq_allowed_numbers
string
linq_preferred_service
string
bluebubbles_configured
boolean
bluebubbles_allowed_numbers
string
bluebubbles_imessage_address
string
Changes