domain_authcode

Retrieves the Authcode domain from the registry.

Inputs Description Type Regular expression Mandatory
name Domain name String [A-Za-z0-9-\.]{5,150} Yes

 

Output Description Type Regular expression Mandatory
value Return the authcode domain If “.be”, the authcode is sent to owner contact String Yes

 

Command

<api>
[…]
<command>
<domain_authcode>
<name>…</name>
</domain_authcode>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
<value>…</value>
</result>
</response>
</api>