Categories
Categories
Articles
API Introduction
API IntroductionThe Domains Reseller API allows you to interact with our system programmatically...
API Actions
Register Domain:This command is used to send a registration command to the registrar.Request...
Code (PHP) Example
<?php
$data = array(
"action" => "RegisterDomain",
"token" =>...