cURL
curl --request POST \ --url https://api.example.com/v2/webhooks/{webhook_id}/stop \ --header 'x-api-key: <x-api-key>'
{ "success": true, "data": { "webhook_id": "6789abcdef0123456789abcd", "account_id": "69c127c37cae0494dd827286", "monitoring": false }, "metadata": { "action": "stop_webhook", "credits_consumed": 0, "timestamp": "2025-01-15T10:30:00.000000" } }
Stop real-time monitoring for a webhook
Show Properties
false
/v2/webhooks/{webhook_id}/start
Was this page helpful?