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

  • to be registered on DomainRegister (if you have not yet an account, register: it's free!)
  • open a support ticket in Reseller Department, asking to be enabled to API access
  • you're required to specify at least one IP, which will be enabled to make the API call
    • only IPV4 are allowed: IPV6 are not allowable
    • up to 10 different IP can be specified

After you'll be enabled to use DomainRegister API, a new menu item "API credentials" will be available in your client area.

By mean of this new "API credentials" function, you'll be allowed to recover (or, if needed, reset) your personal API key.

To use DomainRegister API, it's advisable to maintain an available credit (usable for any registation/renewal operation) of at least €  100,00.
When you'll drop below this limit, you'll receive an alarm message by email.

 

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 - Introduction

API Introduction The DomainRegister Third Generation API allows you to interact with our system...

 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...