<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 /> &bull; Register Domain <br /> &bull; Transfer Domain <br /> &bull; Renew Domain <br /> &bull; Release Domain<br /> &bull; Delete Domain<br /> &bull; Modify Contact Details<br /> &bull; Get EPP Code<br /> &bull; Get/Save DNS Records<br /> &bull; Get/Modify Nameservers<br /> &bull; Register Nameserver<br /> &bull; Modify Nameserver<br /> &bull; Delete Nameserver<br /> &bull; Registrar Lock<br /> &bull; Get/Save Email Forwarding<br /> &bull; 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&amp;[email protected]&amp;action=RegisterDomain&amp;sld=exampledomain&amp;tld=com&amp;regperiod=1&amp;nameserver1=ns1.yourdomain.com&amp;nameserver2=ns2.yourdomain.com&amp;adminfirstname=test&amp;adminlastname=test&amp;admincompanyname=company&amp;adminaddress1=addresss&amp;admincity=city&amp;adminstate=region&amp;admincountry=US&amp;adminpostcode=12345&amp;adminphonenumber=1234567890&amp;[email protected]' --compressed</pre>
Exemplary API Response: <br />
<pre>{"result":"success","msg":"Domain has been registered"}</pre>

Was this answer helpful? 5 Users Found This Useful (25 Votes)