v1
latestOpenAPI 3.0.02026-07-26392662.9 KBWebhooks
Update webhook configuration
patch/radar/operator/v1/webhooks
Request body
Example request
{
"delivery": {
"webhook_url": "https://example.com/webhook",
"webhook_secret": "my-little-secret"
},
"event_aggregation": "per_session"
}Response
Webhook configuration updated successfully
Example response
{
"success": true,
"data": [
{
"event_aggregation": "per_session"
}
],
"message": "Webhook configuration updated successfully"
}