Knowledgebase
Articles
API Introduction The Domains Reseller API allows you to interact with our system programmatically from your own WHMCS. Using the API you are able to perform actions such as: • Register Domain...
RegisterDomain: This command is used to send a Register command to the registrar. Request Parameters NameTypeRequired?Description...
<?php $data = array( "action" => "RegisterDomain", "token" => "AaLc8eNZWsZtWlT9LtT7NUha", "authemail" => "test@exampledomain.com", "sld" => "domainexample", "tld" =>...