Feature description
API examples
GetValidationQuota retrieves the email validation quota.
ValidateEmail validates a single email address.
Order of batch address processing:
SendValidateFile: Uploads the list of addresses to be validated.
GetValidateFileStatus: Retrieves the status of the validation file.
GetValidateFile: Retrieves the result file of the batch validation task.
DeleteValidateFile: Deletes the validation file after the validation is complete.
For API documentation and testing, see Email address validation APIs.
GetValidationQuota retrieves the email validation quota.

ValidateEmail validates a single email address.

Hover over an enumeration value to view its description.

Batch call examples
1. SendValidateFile
Upload the list of addresses to validate.

2. GetValidateFileStatus
Retrieve the status of the validation file.

3. GetValidateFile
Retrieve the result file of the batch validation task.

The file is downloaded from the returned URL.
4. DeleteValidateFile
After the validation is complete, delete the validation file.

The file cannot be retrieved after it is deleted.