v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBworkspace
Update Workspace Webhook
Update the specified workspace webhook
patch/v1/workspace/webhooks/{webhook_id}
Path parameters
webhook_idstring required
The unique ID for the webhook
Example:G007vmtq9uWYl7SUW9zGS8GZZa1K
The unique ID for the webhook
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
{
"is_disabled": true,
"name": "My Callback Webhook",
"retry_enabled": true,
"events": [
"voice_library_removal_notice",
"speech_to_text"
]
}Response
Successful Response
Example response
{
"status": "ok"
}