curl -X PATCH "https://app.talkover.ai/api/v1/campaigns/campaign-uuid/webhooks/webhook-uuid-1/toggle" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "message": "Webhook disabled", "data": { "id": "webhook-uuid-1", "enabled": false } }
Enable or disable a campaign webhook
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /api/v1/campaigns/{campaign_id}/webhooks/{webhook_id}/toggle
Bearer talq_your_environment_token_here
Was this page helpful?