Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
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": {} }
Successful Response
Show child attributes