post
Creates a new email investigation, returning the ID.
Authorizations
Body
emailstring · binaryOptional
Responses
201
Creation success
application/json
400
Malformed request
application/json
403
Access denied
application/json
500
System error
application/json
503
System not ready for requests
application/json
post
/app/api/v1/email/investigation/createPOST /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?