Generic Ingest
curl --request POST \
--url https://api.example.com/v1/alerts \
--header 'Content-Type: application/json' \
--data '
{
"source_name": "<string>",
"payload": {}
}
'{
"data": {
"alert_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "queued",
"is_duplicate": false,
"duplicate_count": 123
},
"meta": {}
}Alerts
Ingest Alert (Generic)
Programmatic alert ingest — skips webhook signature verification.
Accepts {"source_name": "sentinel", "payload": {...}}.
The payload must pass the source plugin's validate_payload() check.
POST
/
v1
/
alerts
Generic Ingest
curl --request POST \
--url https://api.example.com/v1/alerts \
--header 'Content-Type: application/json' \
--data '
{
"source_name": "<string>",
"payload": {}
}
'{
"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

