Gledate članke z oznako 'API'

 DomainRegister API 4.0 - Calls

Summary of API Commands allowed   POST - /order/domains/register - Register Domain...

 DomainRegister Third Generation API - Introduction

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

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

RegisterDomain: This command is used to send a Register command to the registrar.Request...

 DomainRegister Third Generation API - changelog

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

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