Feature description
API examples
You can call this service only from instances in the Singapore region.
GetValidationQuota retrieves the validation quota.
ValidateEmail validates a single email address.
The process for batch address validation is as follows:
SendValidateFile: Uploads a list of addresses for validation.
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 Address validation APIs.
GetValidationQuota retrieves the validation quota.

ValidateEmail validates a single email address.

You can hover over an enumeration value to view its description.

Batch call examples
1. SendValidateFile
Uploads a list of addresses for validation.

2. GetValidateFileStatus
Retrieves the status of the validation file.

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

The file is downloaded from the returned URL.
4. DeleteValidateFile
Deletes the validation file after the validation is complete.

The file cannot be retrieved after it is deleted.