Mailmus

Email verification

POST
/projects/{projectId}/email-verification
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/projects/string/email-verification" \  -H "Content-Type: application/json" \  -d '{    "email": "contact@example.com"  }'
{  "email": "string",  "valid": true,  "reasons": [    "invalid_syntax"  ],  "disposable": true,  "mxFound": true,  "didYouMean": "string"}