Skip to main content
POST
/
store-alert
Send an alert to Qevlar AI
curl --request POST \
  --url https://api.qevlar.com/store-alert \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "alert_json": {}
}
'
{
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
alert_json
Alert · object
required

The alert to be sent to Qevlar AI.

Response

Alert successfully transferred.

request_id
string<uuid>
required

A unique identifier for the alert which you can share with Qevlar AI support.