API Introduction
The DomainRegister Third Generation API allows you to interact with our system programmatically from your own system.
Using the API you are able to perform actions such as:
• Register Domain
• Transfer Domain
• Renew Domain
• Release Domain
• Delete Domain
• Modify Contact Details
• Get/Save DNS Records
• Get/Modify Nameservers
• Register Nameserver
• Modify Nameserver
• Delete Nameserver
• Registrar Lock
• Get/Save Email Forwarding
• ID Protection
• Domain Cron Synchronization


Domains Reseller Request/Response Data Format:
In requests, Domains Reseller accepts query parameters.
API response is sent in JSON data format.

Authentication:
API key and email address is required for authentication.
These details are to be required to our service staff..

URL:



Examples:

The following examples use the cURL command-line tool to exectute API requests.

Exemplary API Request:

curl 'https://domainregister.international/domainsResellerAPI/api.php'  --data 'token=AaLc8eNZWsZtWlT9LtT7NUha&authemail=exampledomain@domain.com&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&adminemail=admin@domain.com' --compressed


Exemplary API Response:

{"result":"success","msg":"Domain has been registered"}


Found this article interesting?
Subscribe to DomainRegister´s newsletter!

You can unsubscribe at any time by simply clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp s privacy practices here.

  • API
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

 DomainRegister Third Generation API - Activation and Management

In order to be allowed to use DomainRegister Third Generation API, you're required: to be...

 DomainRegister Third Generation API - example of PHP code (RegisterDomain)

<?php $data = array( "action" => "RegisterDomain", "token" =>...

 DomainRegister Third Generation API - example of PHP code (TransferDomain)

<?php $data = array( "action" => "TransferDomain", "token" =>...

 DomainRegister Third Generation API - example of PHP code (CreditAmount)

<?php $data = array( "action" => "CreditAmount", "token" =>...

 DomainRegister Third Generation API - changelog

  13/11/2020 added function CreditAmount (gives the amount of available credit of the...