Knowledge Base

Q. Is it possible to get access to the contacts of another registrar’s domain name by providing the auth code? 

A. Yes, you can get the information about contacts of a domain name in a registrar account using the  <domain:authInfo> element. Please find below an example of this command.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <info>
      <domain:info xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
        <domain:name hosts="all">test01.testone</domain:name>
        <domain:authInfo>
          <domain:pw>BoBwqNwmK(5T</domain:pw>
        </domain:authInfo>
      </domain:info>
    </info>
    <clTRID>EppCon.131016.101326</clTRID>
  </command>
</epp>