Alerting & Response/Alert Routing & Policies
GETAlertingSince 1.0SynchronousAuth Required
GetAlertWebhookSecurityDocs
Retrieve webhook security documentation including signing algorithm details
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/api/v1/alerting/docs/webhook-security
/api/v1/alerting/docs/webhook-security
Request Example
curl -X GET '{host}/api/v1/alerting/docs/webhook-security' -H 'Authorization: Bearer {token}'
Response Example
200{
"algorithm": "HMAC-SHA256",
"signatureFormat": "v1=<hex-digest>",
"headerTimestamp": "X-Webhook-Timestamp",
"headerSignature": "X-Webhook-Signature",
"payloadFormat": "timestamp.body",
"replayWindowSec": 300,
"examples": null
}Change History
This API has no change history records yet.
