Alerting & Response/Alert Channels & Integrations
GETAlertingSince 1.0SynchronousAuth Required
GetAlertWebhookEndpoint
Retrieve details of a specific 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 retrieve
Responses
Endpoint
GET/api/v1/alerting/webhook-endpoints/{endpointId}
/api/v1/alerting/webhook-endpoints/{endpointId}
Request Example
curl -X GET '{host}/api/v1/alerting/webhook-endpoints/{endpointId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "wh-001",
"name": "Slack Webhook",
"url": "https://hooks.slack.com/services/T00/B00/xxx",
"signingEnabled": true,
"signingSecretMasked": "****abc1",
"createdAt": "example",
"updatedAt": "example"
}Change History
This API has no change history records yet.
