Validate an email address
POST https://api.cm.com/emailvalidation/v1/accounts/{accountID}/emailaddressvalidations
| Name |
In |
Description |
Required |
Type |
Example |
| AccountID |
Path |
The account guid |
True |
Guid |
A8C062E4-ECFD-48D0-89B1-A37D2622B7A9 |
| Body |
Body |
The email address to validate |
True |
Json object |
See example request |
| Http status |
Description |
| 200 |
Email address validation succeeded |
| 400 |
Bad request |
{
"ID": "2F0A2733-DA64-43D7-B611-1C4535F23821",
"EmailAddress": "[email protected]",
"ValidationResult": "Valid"
}