The following operations are available in Email Verification:
VerifyEmail
. Accepts an email address for verification and returns a response.
GetDomainInfo
. Returns information about the email address domain.
GetReasonCodes
. Returns a numerical status code and status description that describes the response to your request.
GetRemainingHits
. Returns the number of hits, or calls, that remain in your subscription to the interface.
GetRiskProfiles
. Returns all risk profiles associated with a license or customer.
GetStatusCodes
. Returns a complete enumeration of the values that may appear in the StatusNbr and StatusDescription parameter for all methods in the interface.
GetStatusCodesForMethod
. Returns an enumerated list of the values that appear in the StatusNbr and StatusDescription fields for a given method in the interface.
When you invoke the VerifyEmail and GetDomainInfo operations, the operations consume one hit at a time. When you invoke the GetReasonCodes, GetRemainingHits, GetRiskProfiles, GetStatusCodes, and GetStatusCodesForMethod operations, the operations consume zero hits at a time.