Email

post

Creates a new email investigation, returning the ID.

Authorizations
Body
emailstring · binaryOptional
Responses
201

Creation success

application/json
post
/app/api/v1/email/investigation/create
POST /app/api/v1/email/investigation/create HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18

{
  "email": "binary"
}
{
  "id": 1
}

Last updated

Was this helpful?