domain_authcode

Récupère le authcode du domaine auprès du registre.

Paramètres entrants Description Type Expression régulière Obligatoire
name Nom de domaine String [A-Za-z0-9-\.]{5,150} Oui

 

Paramètres sortants Description Type Expression régulière Obligatoire
value « Par défaut pour les extensions qui le gèrent : » Valeur du authcode; « Si domaine .be » : ‘AuthCode transmit to the owner contact of the domain’, le registre dns_be transmet le authcode par email au registrant; String Oui

 

Commande

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

Réponse à la commande

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