v4
OpenAPI 3.1.02026-07-313621,3961.8 MBAgents Platform
Update Convai Settings
Update Convai settings for the workspace
patch/v1/convai/settings
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"conversation_initiation_client_data_webhook": {
"request_headers": {
"Content-Type": "application/json"
},
"url": "https://example.com/webhook"
}
}Response
Successful Response
Example response
{
"conversation_initiation_client_data_webhook": {
"request_headers": {
"Content-Type": "application/json"
},
"url": "https://example.com/webhook"
}
}