Agent Webhooks
Toggle Webhook Status
Enable or disable a webhook
PATCH
Overview
Toggles the enabled/disabled status of a webhook. This is useful for temporarily stopping webhook notifications without deleting the configuration.Endpoint
Agent UUID
Webhook UUID
Request
Response
Indicates if the webhook status was toggled successfully
Status message indicating whether webhook was enabled or disabled
Updated webhook object with new enabled status
Unique webhook identifier
Agent UUID this webhook belongs to
Webhook name
Webhook URL
Array of configured event types
Request timeout in seconds
Maximum retry attempts
New webhook status (toggled from previous state)
ISO 8601 timestamp when webhook was created
ISO 8601 timestamp when webhook was last updated
Number of events configured for this webhook
Current webhook status
Error responses
Important notes
- This endpoint toggles the current enabled/disabled status of the webhook
- Disabled webhooks will not receive any events until re-enabled
- Webhook operations automatically clear the agent cache for immediate effect
- Use this endpoint for temporary webhook management without losing configuration
Related endpoints
- List Agent Webhooks - Get all webhooks for an agent
- Create Webhook - Set up a new webhook
- Get Webhook Details - Retrieve specific webhook information
- Update Webhook - Modify webhook configuration
- Delete Webhook - Remove webhook configuration
- Test Webhook - Send test payload to verify connectivity