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