List Webhooks
Get all configured webhooks.Response
Create Webhook
Create a new webhook for receiving alerts.Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Webhook name |
url | string | Yes | Webhook URL |
type | string | Yes | SLACK, DISCORD, TEAMS, PAGERDUTY, CUSTOM |
events | array | Yes | Events to subscribe to |
secret | string | No | Secret for signature verification |
Event Types
COST_SPIKE- Unusual increase in spendingBUDGET_WARNING- Approaching budget thresholdBUDGET_EXCEEDED- Budget limit exceededUNUSUAL_ACTIVITY- Anomalous patterns detectedERROR_SPIKE- Increase in API errorsRATE_LIMIT- Rate limit warnings
