Skip to main content
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": {}
}

Body

application/json
source_name
string
required
payload
Payload · object
required

Response

Successful Response

data
IngestResponse · object
required
meta
Meta · object