Skip to main content
POST
/
v2
/
investigations
/
eml
Request Investigation From Eml
curl --request POST \
  --url https://api.qevlar.com/v2/investigations/eml \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'from_email=<string>'
{
  "alert_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "Failure"
}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file
file
required
from_email
string
required

Response

Investigation request accepted

alert_id
string<uuid>
required
status
enum<string>
required
Available options:
Failure,
In progress,
Pending,
Success