contact_check

Check the availability of a contact identifier.

Inputs Description Type Regular expression Mandatory
contact_id A contact identifier String (min 3, max 10) Yes

 

Outputs Description Possible values
status Domain status AVAILABLE or UNAVAILABLE
contact_id Contact identifier

 

Command

<api>
[…]
<command>
<contact_check>
<contact_id>…</contact_id>
</contact_check>
</command>
</api>

Response

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