cURL
curl --request PUT \ --url https://api.example.com/v2/webhooks/{webhook_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "url": "<string>", "events": [ {} ], "is_active": true } '
{ "success": true, "data": { "webhook_id": "6789abcdef0123456789abcd", "updated": true }, "metadata": { "action": "update_webhook", "credits_consumed": 0, "timestamp": "2025-01-15T10:30:00.000000" } }
Update a webhook configuration
["message_received", "accepted_invitation"]
false
Show Properties
true
is_active
POST /v2/webhooks/{webhook_id}/stop
Was this page helpful?