Sample Request and Response

Request Body

<ValidateEmailAddressAPIRequest>
    <options>
        <alias>N</alias>
    </options>
    <Input>
        <Row>
            <atc>a</atc>
            <bogus>true</bogus>
            <complain>true</complain>
            <disposable>true</disposable>
            <emailAddress>namo@hotmal.com</emailAddress>
            <emps>true</emps>
            <fccwireless>true</fccwireless>
            <language>true</language>
            <role>true</role>
            <rtc>true</rtc>
            <rtc_timeout>1200</rtc_timeout>
        </Row>
    </Input>
</ValidateEmailAddressAPIRequest>

Response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xml.ValidateEmailAddressAPIResponse 
    xmlns="http://www.pb.com/spectrum/services/ValidateEmailAddressAPI">
    <Output>
        <Row>
            <EMAIL>namo@hotmal.com</EMAIL>
            <FINDING>W</FINDING>
            <COMMENT>problematic</COMMENT>
            <COMMENT_CODE>XP</COMMENT_CODE>
            <SUGG_EMAIL>namo@hotmail.com</SUGG_EMAIL>
            <SUGG_COMMENT/>
            <ERROR_RESPONSE>The email address you entered cannot be registered</ERROR_RESPONSE>
            <ERROR/>
            <user_fields/>
        </Row>
    </Output>
</xml.ValidateEmailAddressAPIResponse>