Webhook Ingest
curl --request POST \
--url https://api.example.com/v1/ingest/{source_name}{
"data": {
"alert_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "queued",
"is_duplicate": false,
"duplicate_count": 123
},
"meta": {}
}Alerts
Ingest Alert (Webhook)
Receive a webhook from a configured alert source.
Verifies the webhook signature, validates the payload structure, and enqueues the enrichment pipeline. Returns 202 immediately.
Allowed sources check: if the API key has allowed_sources set,
the requested source_name must be in that list.
POST
/
v1
/
ingest
/
{source_name}
Webhook Ingest
curl --request POST \
--url https://api.example.com/v1/ingest/{source_name}{
"data": {
"alert_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "queued",
"is_duplicate": false,
"duplicate_count": 123
},
"meta": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.calseta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

