Alerting & Response/Alert Channels & Integrations
POSTAlertingSince 1.0SynchronousAuth Required
RotateAlertWebhookSecret
Rotate the HMAC signing secret for a webhook endpoint
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
endpointIdStringRequiredEndpoint identifier to rotate secret for
Responses
Endpoint
POST/api/v1/alerting/webhook-endpoints/{endpointId}/rotate-secret
/api/v1/alerting/webhook-endpoints/{endpointId}/rotate-secret
Request Example
curl -X POST '{host}/api/v1/alerting/webhook-endpoints/{endpointId}/rotate-secret' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"endpoint": {},
"signingSecretPlaintext": "whsec_new789ghi012"
}Change History
This API has no change history records yet.
