Description

The login command creates a session which then enables your to send additional commands.

Additional Information

  • Sessions are valid for 24 hours and must then be established again.
  • The session timeout is 10 minutes.
  • By setting the <newPW> tag, a new password can be set by using the login command.

XML example

Request
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
    <command>
        <login>
            <clID>USER</clID>
            <pw>PASSWORD</pw>
            <options>
                <version>1.0</version>
                <lang>en</lang>
            </options>
            <svcs>
                <objURI>urn:ietf:params:xml:ns:domain-1.0</objURI>
                <objURI>urn:ietf:params:xml:ns:host-1.0</objURI>
                <objURI>urn:ietf:params:xml:ns:contact-1.0</objURI>
                <objURI>urn:iana:xml:ns:idn</objURI>
                <objURI>urn:ietf:params:xml:ns:oxrs-1.0</objURI>
            </svcs>
        </login>
        <clTRID>ABC-12345</clTRID>
    </command>
</epp>
Response
<epp xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xmlns:ro="urn:org:domainr
obot:ns:contact:ro-1.0" xmlns:xxx="urn:org:domainrobot:ns:contact:xxx-1.0" xmlns:ca="urn:org:domainrobot:ns:contact:ca-1.0" xmlns:cat="urn:org:domainrobot:ns:contact:cat-1.0" xmlns=
"urn:ietf:params:xml:ns:epp-1.0" xmlns:jobs="urn:org:domainrobot:ns:contact:jobs-1.0" xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0" xmlns:aero="urn:org:domainrobot:ns:contact:aero-1.0"
 xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1" xmlns:host="urn:ietf:params:xml:ns:host-1.0" xmlns:hk="urn:org:domainrobot:ns:contact:hk-1.0" xmlns:it="urn:org:domainrobot:ns:cont
act:it-1.0" xmlns:bank="urn:org:domainrobot:ns:contact:bank-1.0" xmlns:barcelona="urn:org:domainrobot:ns:contact:barcelona-1.0" xmlns:uk="urn:org:domainrobot:ns:contact:uk-1.0" xmln
s:au="urn:org:domainrobot:ns:contact:au-1.0" xmlns:swiss="urn:org:domainrobot:ns:contact:swiss-1.0" xmlns:ru="urn:org:domainrobot:ns:contact:ru-1.0">
<response>
    <result code="1000">
        <msg lang="en">Command completed successfully</msg>
    </result>
    <trID>
        <clTRID>ABC-12345</clTRID>
        <svTRID>20170731-app1-10001</svTRID>
    </trID>
</response>
</epp>