Skip to main content

Check if an email is from mittwald

POST/actions/detect-phishing-email/
v2
POST
verification-detect-phishing-email

Parses the eml-file of an email to check if it is a phishing mail or a valid email from mittwald. In some cases we can't confirm the validity of an email.

Request

Responses

application/json

OK

  • resultstring (one of: IS_MITTWALD, IS_NOT_MITTWALD, COULD_BE_MITTWALD)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-F "emailEml=@some-filename.jpg" \
https://api.mittwald.de/v2/actions/detect-phishing-email