<strong>API Introduction</strong><br /> The Domains Reseller API allows you to interact with our system programmatically from your own WHMCS. <br /> Using the API you are able to perform actions such as: <br /> • Register Domain <br /> • Transfer Domain <br /> • Renew Domain <br /> • Release Domain<br /> • Delete Domain<br /> • Modify Contact Details<br /> • Get EPP Code<br /> • Get/Save DNS Records<br /> • Get/Modify Nameservers<br /> • Register Nameserver<br /> • Modify Nameserver<br /> • Delete Nameserver<br /> • Registrar Lock<br /> • Get/Save Email Forwarding<br /> • Domain Cron Synchronization<br /> <strong>Domains Reseller Request/Response Data Format: </strong> <br />In requests, Domains Reseller accepts query parameters.<br /> API response is sent in JSON data format.<br /> <br /> <strong>Authentication:</strong> <br />API key and email address is required for authentication. <br /> These details are given by provider. <br /> <br /><strong>URL:</strong> <br /> <input style="width: 500px;" onclick="this.select();" type="text" value="https://www.domflow.it/domainsResellerAPI/api.php" readonly="readonly" /><br /><br /> <strong>Examples:</strong><br /> The following examples use the cURL command-line tool to exectute API requests.<br /><br /> Exemplary API Request: <br />
<pre style="word-wrap: break-word;">curl 'https://www.domflow.it/domainsResellerAPI/api.php' --data 'token=AaLc8eNZWsZtWlT9LtT7NUha&[email protected]&action=RegisterDomain&sld=exampledomain&tld=com&regperiod=1&nameserver1=ns1.yourdomain.com&nameserver2=ns2.yourdomain.com&adminfirstname=test&adminlastname=test&admincompanyname=company&adminaddress1=addresss&admincity=city&adminstate=region&admincountry=US&adminpostcode=12345&adminphonenumber=1234567890&[email protected]' --compressed</pre>
Exemplary API Response: <br />
<pre>{"result":"success","msg":"Domain has been registered"}</pre>
Most Popular Articles
Example Code (PHP)
<?php $data = array( "action" => "RegisterDomain", "token" =>...
API Actions
RegisterDomain: This command is used to send a Register command to the registrar. Request...
WHMCS module Install
**** Module updated on 03 Aprile 2017 ****If you use WHMCS you can use domflow module to...
Install HostBill module
**** Module updated on 25 Jan 2019 ****Resellers can use our HostBill modules to...
Errore 536b775905076 drurante la registrazione di un dominio
Se, durante la registrazione di un dominio, tramite API ottenete un errore simile aArray([result]...